PyCIRCLean/tests
Dan Puttick e19064c83f Refactor FileBase to store props as attributes
* This is kind of a big refactoring - I realized that storing file
props in a dict was causing some subtle problems, and that just having
them as attributes makes things a lot more simple
* I considered making a separate FileProps object and nesting it
inside FileBase, but almost all FileBase methods concern manipulating
file props, so it didn't really make sense.
* Tests are almost passing with this commit, but need a few more changes
and fixes for full test coverage + all passing.
2017-07-12 17:58:39 -04:00
..
dangerous Reorganize filecheck tests 2017-07-07 16:02:20 -04:00
normal Rename src_valid and src_invalid 2017-06-30 15:25:53 -04:00
uncategorized Add uncategorized 2017-07-11 15:47:48 -04:00
__init__.py Add script for specific purposes, add testcase 2015-10-26 17:11:36 +01:00
file_catalog.yaml Filecheck tests work with file catalog 2017-07-07 16:09:06 -04:00
test_filecheck.py Refactor FileBase to store props as attributes 2017-07-12 17:58:39 -04:00
test_filecheck_logging.py Reorganize filecheck tests 2017-07-07 16:02:20 -04:00
test_kittengroomer.py Refactor FileBase to store props as attributes 2017-07-12 17:58:39 -04:00