debian-forge/test
David Rheinsberg 0010514c4a test: move assembler-tests into ./test/run/
Move the last remaining test into the correct subdir. With this done,
all our tests run in one of the 3 groups:

   * `make test-src`
     Run tests against the source-code, including linters.

   * `make test-mod`
     Run unit-tests on the individual python modules. This needs no
     special permissions (unless noted in each test) or runtime
     environments. It is meant to be fast and easy to run in all
     circumstances.

   * `make test-run`
     Run tests that execute the osbuild pipeline. This requires
     superuser privileges and will likely take a while. Furthermore,
     this might produce large artifacts.
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 assembler-tests into ./test/run/ 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