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
commit 34a5b8e882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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