use pytest.ini testpaths to order testing

This commit is contained in:
Paul Gauthier 2024-07-16 10:33:42 +01:00
parent 2d09af61ba
commit 896e79bcd1
16 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,8 @@
[pytest]
norecursedirs = tmp.* build benchmark _site OLD
addopts = -p no:warnings
testpaths =
tests/basic
tests/help