summaryrefslogtreecommitdiff
path: root/tests/test_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_config.py')
-rw-r--r--tests/test_config.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index 2ab65a7..9afa45b 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -714,12 +714,6 @@ class TestGlobalOptions:
assert env.basepython == "python2.4"
assert env.commands == [['xyz']]
- def test_reportserver(self, tmpdir, newconfig):
- assert not newconfig([], "").option.post
- config = newconfig(["--post=http://xyz.net/"], "")
- assert config.option.post == "http://xyz.net/"
-
-
class TestIndexServer:
def test_indexserver(self, tmpdir, newconfig):
config = newconfig("""