From f0f3e0358a01708eb048d8eaf463361e682be466 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Tue, 9 Aug 2016 21:08:13 -0300 Subject: [test] Adds pytest-benchmark adapted to Twisted Adapted pytest-benchmark to Twisted as it's synchronous and added fixtures for benchmarking. --- testing/tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/tox.ini') 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 -- cgit v1.2.3