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:
Kamil Lepek 2019-06-10 13:04:49 +02:00
parent fb430c21e6
commit d416d166f2

View File

@ -0,0 +1,2 @@
[pytest]
addopts = --ignore=tests/security -m "not long"