]> git.ipfire.org Git - thirdparty/bind9.git/commit
Create symlinks to test artifacts for pytest runner
authorTom Krizek <tkrizek@isc.org>
Thu, 10 Aug 2023 14:14:08 +0000 (16:14 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 21 Aug 2023 13:54:38 +0000 (15:54 +0200)
commite1ca5c80711b53465ea61ffbfe99785d445627e0
tree9ce3b9c015f93dad36846c987f37288195e00fa6
parent838dc9b0539cecd73c57332276bc71999ebd12f6
Create symlinks to test artifacts for pytest runner

While temporary directories are useful for test execution to keep
everything clean, they are difficult to work with manually. Create a
symlink for each test artifact directory with a stable and predictable
path. The symlink always either points to the latest artifacts, or is
missing in case the last run succeeded.

Ensure these symlinked directories aren't detected as test suites by the
pytest runner.
bin/tests/system/.gitignore
bin/tests/system/conftest.py