exiv2/tests
Dan Čermák bd9d085141 [testsuite] Refactor test suite to use metaclasses & template module
The testsuite now uses python's template module for string substitutions which
allows for a more natural substitution syntax known from the shell. Also, it
allows to run the substitutions multiple times, which is not possible with
string.format().
The heavy-lifting is now performed via a metaclass, which expands all variables
on the class creation.
2018-04-21 00:59:59 +02:00
..
bugfixes Add reproducer for #247 2018-04-02 17:46:29 +02:00
tiff_test Ported tiff-test.sh 2018-01-05 00:44:24 +01:00
__init__.py Added replacement for the current regression test suite 2018-01-05 00:42:45 +01:00
doc.md [testsuite] Added helper function for system_tests.Case.compare_stderr 2018-03-28 10:07:41 +02:00
runner.py Added replacement for the current regression test suite 2018-01-05 00:42:45 +01:00
suite.conf Add reproducers for #253 and #246 2018-04-01 09:21:20 +02:00
system_tests.py [testsuite] Refactor test suite to use metaclasses & template module 2018-04-21 00:59:59 +02:00
writing_tests.md Added replacement for the current regression test suite 2018-01-05 00:42:45 +01:00