diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2016-08-09 21:08:13 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2016-08-22 12:36:16 -0300 |
commit | f0f3e0358a01708eb048d8eaf463361e682be466 (patch) | |
tree | a42831d9f905c0770ee78cca1be2c5bf3af10e51 /testing/tox.ini | |
parent | e8747096045933754d3f8ac2608cce844f6b0fee (diff) |
[test] Adds pytest-benchmark adapted to Twisted
Adapted pytest-benchmark to Twisted as it's synchronous and added
fixtures for benchmarking.
Diffstat (limited to 'testing/tox.ini')
-rw-r--r-- | testing/tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index a7d62189..c1d7ddb7 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -6,6 +6,7 @@ commands = py.test {posargs} deps = pytest pytest-twisted + pytest-benchmark mock testscenarios setuptools-trial |