summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-18 18:44:06 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-18 19:27:25 +0200
commit90b889ac1fb473ae8472e756eac5f5879279bf3e (patch)
tree61562f91b70689bb42423ca1c24f384cc9384c4a /pytest.ini
parenta8535d5d9e7896ebc4d5ca6276f27bc8279d975a (diff)
downloadwarlock-90b889ac1fb473ae8472e756eac5f5879279bf3e.tar.gz
Move unittests to tests/ dir
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 1231a44..a07e947 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,5 +1,5 @@
[pytest]
-testpaths = test
+testpaths = tests
norecursedirs = .git venv __pycache__
addopts =
--cov