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.
Dan Čermák 35e7037f86 [testsuite] Change the calling order of setUp & tearDown in decorator
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 [testsuite] Port redmine issues 831 to 937 to the new testsuite 7 years ago
tiff_test [testsuite] Addapt tests to new test suite structure 7 years ago
__init__.py Added replacement for the current regression test suite 8 years ago
doc.md [testsuite] Add hooks & documentation for hooks 7 years ago
runner.py [testsuite] Add debug mode & search directory to runner 7 years ago
suite.conf [testsuite] Remove usage of $cat via hooks 7 years ago
system_tests.py [testsuite] Change the calling order of setUp & tearDown in decorator 7 years ago
writing_tests.md [testsuite] Adapt documentation to recent changes 7 years ago