diff options
author | drebs <drebs@leap.se> | 2016-07-24 07:56:52 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-08-01 21:09:03 -0300 |
commit | 793180533e4f19b364145c61939d6cad07dd851a (patch) | |
tree | c11d84b9a3f91ab4f8189a4c513e082555fd113c /testing/tests/perf/pytest.ini | |
parent | 1893611393a3ec69d8099a8601fb21262e5f36f4 (diff) |
[test] add pytest initial setup for performance tests
Diffstat (limited to 'testing/tests/perf/pytest.ini')
-rw-r--r-- | testing/tests/perf/pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/tests/perf/pytest.ini b/testing/tests/perf/pytest.ini new file mode 100644 index 00000000..7a0508ce --- /dev/null +++ b/testing/tests/perf/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +twisted = yes |