diff options
author | drebs <drebs@leap.se> | 2016-11-17 22:14:51 -0200 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2016-11-18 16:15:47 -0300 |
commit | d2c29c8cd0e20d90f88c182b5b6f979109a07bb4 (patch) | |
tree | 5059bed98b3f713c5b3da3d03000ba1f2c22ffac /testing/pytest.ini | |
parent | 2458336f0bc1828a90e36b58b18a598a38f7c81a (diff) |
[test] use tags for selecting benchmark tests
Diffstat (limited to 'testing/pytest.ini')
-rw-r--r-- | testing/pytest.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/pytest.ini b/testing/pytest.ini index 39d1e1c6..eb70b67c 100644 --- a/testing/pytest.ini +++ b/testing/pytest.ini @@ -1,4 +1,3 @@ [pytest] testpaths = tests -norecursedirs = tests/perf twisted = yes |