Create config which excludes tests marked as "long" and security tests by default
Signed-off-by: Kamil Lepek <kamil.lepek94@gmail.com>
This commit is contained in:
parent
fb430c21e6
commit
d416d166f2
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