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. |
||
|---|---|---|
| .. | ||
| bugfixes | ||
| tiff_test | ||
| __init__.py | ||
| doc.md | ||
| runner.py | ||
| suite.conf | ||
| system_tests.py | ||
| writing_tests.md | ||