# # ChangeLog for test/sasdataloader/test/utest_generic_file_reader_class.py in sasview # # Generated by Trac 1.0.1 # Apr 16, 2024 7:59:01 AM Thu, 15 Feb 2018 15:28:55 GMT krzywon [425feff] * src/sas/sascalc/dataloader/file_reader_base_class.py (modified) * test/sasdataloader/test/utest_generic_file_reader_class.py (modified) Move the deprecation check so it is always called, regardless of file ... Wed, 14 Feb 2018 18:41:43 GMT krzywon [3ee0451] * test/sasdataloader/test/FEB18012.ASC (added) * test/sasdataloader/test/utest_generic_file_reader_class.py (modified) Unit test for error message handling with 'deprecated' data sets. Tue, 05 Dec 2017 17:31:07 GMT Paul Kienzle [f53d684] * pytest.ini (added) * test/__init__.py (added) * test/corfunc/test/utest_corfunc.py (modified) * test/fileconverter/test/utest_nxcansas_writer.py (modified) * test/pr_inversion/test/utest_explorer.py (modified) * test/pr_inversion/test/utest_invertor.py (modified) * test/sascalculator/test/utest_sas_gen.py (modified) * test/sascalculator/test/utest_slit_length_calculator.py (modified) * test/sasdataloader/test/utest_abs_reader.py (modified) * test/sasdataloader/test/utest_ascii.py (modified) * test/sasdataloader/test/utest_averaging.py (modified) * test/sasdataloader/test/utest_cansas.py (modified) * test/sasdataloader/test/utest_extension_registry.py (modified) * test/sasdataloader/test/utest_generic_file_reader_class.py (modified) * test/sasdataloader/test/utest_red2d_reader.py (modified) * test/sasdataloader/test/utest_sesans.py (modified) * test/sasguiframe/test/utest_manipulations.py (modified) * test/sasinvariant/test/utest_data_handling.py (modified) * test/sasinvariant/test/utest_use_cases.py (modified) Make tests work from any directory and functional without special runner ... Wed, 25 Oct 2017 14:58:11 GMT krzywon [3648cbf] * test/sasdataloader/test/utest_generic_file_reader_class.py (modified) FIx failing unit tests on file reader base class. Tue, 11 Apr 2017 16:05:55 GMT krzywon [beba407] * src/sas/sascalc/dataloader/data_info.py (modified) * src/sas/sascalc/dataloader/file_reader_base_class.py (added) * test/sasdataloader/test/utest_generic_file_reader_class.py (added) Start of a base file loading class and a couple unit tests for it.