You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
The FileDecoratorBase injects a new setUp & tearDown function. These new functions would call the old setUp & tearDown in an inconvenient order: e.g. the child class CopyFiles would at first call the user provided setUp and then copy the files. This makes it impossible to perform some action on the file copy in setUp. => This commit changes the call order, so that setUp & tearDown always "see" the finished environment after file copies are in place and before any cleanup took place. |
7 years ago | |
---|---|---|
.. | ||
bugfixes | 7 years ago | |
tiff_test | 7 years ago | |
__init__.py | 8 years ago | |
doc.md | 7 years ago | |
runner.py | 7 years ago | |
suite.conf | 7 years ago | |
system_tests.py | 7 years ago | |
writing_tests.md | 7 years ago |