diff options
author | Ćukasz Rogalski <rogalski.91@gmail.com> | 2017-07-31 10:59:09 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2017-07-31 10:59:09 +0200 |
commit | 7d6114fe71f1e6ab4a7c19546f380a7cb216eac9 (patch) | |
tree | 5b79ea54d8f724745b790bd27004ecfd323fe8cd /pytest.ini | |
parent | d41e49a18817997106ed9f1df20651e1f438222b (diff) | |
download | pylint-git-7d6114fe71f1e6ab4a7c19546f380a7cb216eac9.tar.gz |
acceptance tests, not run by default (#1360)
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
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" |