Merge pull request #187 from KamilLepek/config
Create config which excludes tests marked as "long" and security tests by default
This commit is contained in:
commit
34a5b8e882
2
tests/functional/pytest.ini
Normal file
2
tests/functional/pytest.ini
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[pytest]
|
||||||
|
addopts = --ignore=tests/security -m "not long"
|
Loading…
Reference in New Issue
Block a user