debian-forge/test
David Rheinsberg d584a1e225 test: move stage-tests into test/run and test/data
Move the stage-tests over to the new test-infrastructure. This moves
the test invocation into `./test/run/test_stages.py`, so it is invoked
as part of the runtime-tests. Secondly, the test-data is stored in
./test/data/stages/ so the path is relative to
TestBase.locate_test_data().

While at it, this also drops the dynamic class modifications and instead
uses subTest(). This simplifies the code quite a bit and avoids
dynamically creating python code.
2020-06-05 09:27:40 +02:00
..
data test: move stage-tests into test/run and test/data 2020-06-05 09:27:40 +02:00
mod test: move test_osbuild.py into module tests 2020-06-05 09:27:40 +02:00
pipelines test: fix freq, passno types everywhere 2020-05-06 15:42:23 +02:00
run test: move stage-tests into test/run and test/data 2020-06-05 09:27:40 +02:00
src test: make TestBase inherit unittest.TestCase 2020-06-05 09:27:40 +02:00
.gitignore introduce testing script 2019-07-09 10:29:48 +02:00
__init__.py osbuild: add description() methods 2019-08-07 10:01:17 +02:00
test.py test: move test_objectstore into module-tests 2020-06-05 09:27:40 +02:00
test_assemblers.py test: make TestBase inherit unittest.TestCase 2020-06-05 09:27:40 +02:00