diff options
author | Ashley Whetter <ashley@awhetter.co.uk> | 2018-05-14 15:04:16 -0700 |
---|---|---|
committer | Ashley Whetter <AWhetter@users.noreply.github.com> | 2018-05-17 06:43:54 -0700 |
commit | f4196707cbd1d2b63bb4c24bc8376275676c615f (patch) | |
tree | 54880d6a82a08c2223781d4a2d217b6eda8d47dd /pytest.ini | |
parent | cd76b495d5e590138a90300d60cfcc5b4647cea5 (diff) | |
download | astroid-git-f4196707cbd1d2b63bb4c24bc8376275676c615f.tar.gz |
Tests are no longer installed
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 3 |
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" |