Closed timvdstap closed 2 months ago
============================= test session starts ============================== collected 20 items
test_filenames.py F [ 5%] test_files_folders_exists.py FFFFFFFFFFFFFFFFFFF [100%]
=========================== short test summary info ============================ FAILED test_filenames.py::TestFileNameConvention::test_filename_convention - AssertionError: The following files do not follow the GEM nameing convention: ['data/20240910_survey'] assert 1 == 0
where 1 = len(['data/20240910_survey']) FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_00_datasurvey_final_csv - AssertionError: ["'/_survey_final.csv' missing from 'data/20240910_survey'"] assert not ["'/_survey_final.csv' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_01_datasurvey_raw_jpg - AssertionError: ["'/_survey_raw.jpg' missing from 'data/20240910_survey'"] assert not ["'/_survey_raw.jpg' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_02_data_Aquafluor - AssertionError: ["'/Aquafluor' missing from 'data/20240910_survey'"] assert not ["'/Aquafluor' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_03_data_Aquafluor_Changelog_txt - AssertionError: ["'/Aquafluor/Changelog.txt' missing from 'data/20240910_survey'"] assert not ["'/Aquafluor/Changelog.txt' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_04_data_DR1900 - AssertionError: ["'/DR1900' missing from 'data/20240910_survey'"] assert not ["'/DR1900' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_05_data_DR1900_Changelog_txt - AssertionError: ["'/DR1900/Changelog.txt' missing from 'data/20240910_survey'"] assert not ["'/DR1900/Changelog.txt' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_06_data_Instruments - AssertionError: ["'/Instruments' missing from 'data/20240910_survey'"] assert not ["'/Instruments' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_07_data_Instruments_Changelog_txt - AssertionError: ["'/Instruments/Changelog.txt' missing from 'data/20240910_survey'"] assert not ["'/Instruments/Changelog.txt' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_08_data_Aquafluor_csv - AssertionError: ["'/Aquafluor/.csv' missing from 'data/20240910_survey'"] assert not ["'/Aquafluor/.csv' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_09_data_Aquafluor_xlsx - AssertionError: ["'/Aquafluor/.xlsx' missing from 'data/20240910_survey'"] assert not ["'/Aquafluor/.xlsx' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_10_data_Aquafluor_jpg - AssertionError: ["'/Aquafluor/.jpg' missing from 'data/20240910_survey'"] assert not ["'/Aquafluor/.jpg' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_11_data_Aquafluor_txt - AssertionError: ["'/Aquafluor/.txt' missing from 'data/20240910_survey'"] assert not ["'/Aquafluor/.txt' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_12_data_DR1900_csv - AssertionError: ["'/DR1900/.csv' missing from 'data/20240910_survey'"] assert not ["'/DR1900/.csv' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_13_data_DR1900_xlsx - AssertionError: ["'/DR1900/.xlsx' missing from 'data/20240910_survey'"] assert not ["'/DR1900/.xlsx' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_14_data_DR1900_jpg - AssertionError: ["'/DR1900/.jpg' missing from 'data/20240910_survey'"] assert not ["'/DR1900/.jpg' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_15_data_DR1900_txt - AssertionError: ["'/DR1900/.txt' missing from 'data/20240910_survey'"] assert not ["'/DR1900/.txt' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_16_data_Instruments_csv - AssertionError: ["'/Instruments/.csv' missing from 'data/20240910_survey'"] assert not ["'/Instruments/.csv' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_17_data_Instruments_xlsx - AssertionError: ["'/Instruments/.xlsx' missing from 'data/20240910_survey'"] assert not ["'/Instruments/.xlsx' missing from 'data/20240910_survey'"] FAILED test_files_folders_exists.py::TestFilesFoldersExists::test_files_folders_exists_18_data_Instruments_txt - AssertionError: ["'/Instruments/.txt' missing from 'data/20240910_survey'"] assert not ["'/Instruments/.txt' missing from 'data/20240910_survey'"] ============================== 20 failed in 0.28s ============================== | filepath | failed | SUBTOTAL |
---|---|---|---|
../../../../../opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages/GEM_data_repo_tests/test_filenames.py | 1 | 1 | |
../../../../../opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages/GEM_data_repo_tests/test_files_folders_exists.py | 19 | 19 | |
TOTAL | 20 | 20 |
Three folders created and a _final.csv survey folder added.