diff options
author | drebs <drebs@leap.se> | 2016-11-17 22:14:51 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-12-12 09:13:09 -0200 |
commit | 5294f5b9ae01429e6d0ee75c8dc98441ba760845 (patch) | |
tree | c61a11b22a8b1c9d51d1aabc79113b32c123fba8 /testing/pytest.ini | |
parent | 3e74de6208c22643b1c063b70d22d352c0409703 (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 |