summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorAshley Whetter <ashley@awhetter.co.uk>2018-05-14 15:04:16 -0700
committerAshley Whetter <AWhetter@users.noreply.github.com>2018-05-17 06:43:54 -0700
commitf4196707cbd1d2b63bb4c24bc8376275676c615f (patch)
tree54880d6a82a08c2223781d4a2d217b6eda8d47dd /pytest.ini
parentcd76b495d5e590138a90300d60cfcc5b4647cea5 (diff)
downloadastroid-git-f4196707cbd1d2b63bb4c24bc8376275676c615f.tar.gz
Tests are no longer installed
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 00000000..f3820827
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,3 @@
+[pytest]
+python_files=*test_*.py
+addopts=-m "not acceptance"