move all tests into a root "tests" folder so they can share setup and config

This commit is contained in:
holger krekel
2023-10-20 22:56:24 +02:00
parent 848b25c790
commit c613ca24af
9 changed files with 10 additions and 4 deletions

2
tests/pytest.ini Normal file
View File

@@ -0,0 +1,2 @@
[pytest]
addopts = -vrsx --strict-markers