Cleanup, bugfixes. Added access control on files and API.

This commit is contained in:
Leo Vasanko
2023-10-23 04:51:39 +03:00
committed by LeoVasanko
parent bd61d7451e
commit 4852212347
14 changed files with 239 additions and 412 deletions
+7 -4
View File
@@ -1,8 +1,11 @@
import pytest
from cista import config
from cista.protocol import MkDir, Rename, Rm, Mv, Cp
from pathlib import Path
import tempfile
from pathlib import Path
import pytest
from cista import config
from cista.protocol import Cp, MkDir, Mv, Rename, Rm
@pytest.fixture
def setup_temp_dir():