added TODO comments
This commit is contained in:
parent
88a8c96bd6
commit
ca58b0d2d2
|
@ -7,6 +7,7 @@ from crc.services.spec_file_service import SpecFileService
|
|||
SYNC_FILE_ROOT = SpecFileService.get_sync_file_root()
|
||||
|
||||
|
||||
# TODO: Decide what to do with this - mac 20220112
|
||||
class TestFilesFromFilesystem(BaseTest):
|
||||
|
||||
def test_files_from_filesystem(self):
|
||||
|
|
|
@ -5,6 +5,7 @@ from crc.models.file import FileModel
|
|||
from crc.services.temp_migration_service import ToFilesystemService
|
||||
|
||||
|
||||
# TODO: Decide what to do with this - mac 20220112
|
||||
class TestFilesToFilesystem(BaseTest):
|
||||
|
||||
def test_files_to_filesystem(self):
|
||||
|
|
Loading…
Reference in New Issue