summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--pytest.ini2
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e25f3ae..b368bdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,8 @@ build/*
dist/*
*.egg-info/*
MANIFEST
+.eggs
+.cache
# python skin
*.pyc
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 0000000..2266419
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,2 @@
+[pytest]
+testpaths = test