summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorƁukasz Rogalski <rogalski.91@gmail.com>2017-07-31 10:59:09 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2017-07-31 10:59:09 +0200
commit7d6114fe71f1e6ab4a7c19546f380a7cb216eac9 (patch)
tree5b79ea54d8f724745b790bd27004ecfd323fe8cd /pytest.ini
parentd41e49a18817997106ed9f1df20651e1f438222b (diff)
downloadpylint-git-7d6114fe71f1e6ab4a7c19546f380a7cb216eac9.tar.gz
acceptance tests, not run by default (#1360)
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 1e2569834..f38208277 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,2 +1,3 @@
[pytest]
python_files=*test_*.py
+addopts=-m "not acceptance"