From c889ba67158850763394fc6087b0837716866cd1 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 27 Jul 2016 18:13:01 -0300 Subject: [test] remove duplicated function declaration `pytest_addoption` was declared twice making the second declaration replace the first, thus removing couch url parameter. --- testing/tests/perf/conftest.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'testing') diff --git a/testing/tests/perf/conftest.py b/testing/tests/perf/conftest.py index 463c791a..5ec047e4 100644 --- a/testing/tests/perf/conftest.py +++ b/testing/tests/perf/conftest.py @@ -24,9 +24,6 @@ def pytest_addoption(parser): parser.addoption( "--couch-url", type="string", default="http://127.0.0.1:5984", help="the url for the couch server to be used during tests") - - -def pytest_addoption(parser): parser.addoption( "--num-docs", type="int", default=100, help="the number of documents to use in performance tests") -- cgit v1.2.3