]> arthur.barton.de Git - bup.git/commit
Add pytest collector for all test/cmd/test-* files
authorRob Browning <rlb@defaultvalue.org>
Sun, 8 Nov 2020 18:13:55 +0000 (12:13 -0600)
committerRob Browning <rlb@defaultvalue.org>
Thu, 26 Nov 2020 21:53:09 +0000 (15:53 -0600)
commitd02d6a849faaa26dfcea4fc4c9745f9262c95629
tree26e205533f4f73eff7e2741325875732953ab85d
parent17e6374625f19b0c7ba6a696c4aa497b85cb06e9
Add pytest collector for all test/cmd/test-* files

Add a collector for all the test/cmd tests that runs them as
individual subprocesses.  Add support for a pytest "release" mark and
apply it to the test-release-archive test.  Disable the collector
until the upcoming changes that rely on it are in place.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
pytest.ini
test/ext/conftest.py [new file with mode: 0644]