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:
Adam Rutkowski
2019-06-14 11:23:36 -04:00
committed by GitHub

View File

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