exiv2/tests
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.
2018-06-06 13:59:45 +02:00
..
bugfixes [testsuite] Port redmine issues 831 to 937 to the new testsuite 2018-06-06 13:59:34 +02:00
tiff_test [testsuite] Addapt tests to new test suite structure 2018-04-23 10:17:36 +02:00
__init__.py Added replacement for the current regression test suite 2018-01-05 00:42:45 +01:00
doc.md [testsuite] Add hooks & documentation for hooks 2018-05-29 10:21:13 +02:00
runner.py [testsuite] Add debug mode & search directory to runner 2018-04-23 10:17:36 +02:00
suite.conf [testsuite] Remove usage of $cat via hooks 2018-05-29 10:21:13 +02:00
system_tests.py [testsuite] Change the calling order of setUp & tearDown in decorator 2018-06-06 13:59:45 +02:00
writing_tests.md [testsuite] Adapt documentation to recent changes 2018-04-23 10:17:17 +02:00