Commit 102d63df authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

runner.test: rename startProxy into start/stop Proxy

parent c36c08cd
......@@ -243,8 +243,9 @@ class SlaprunnerTestCase(unittest.TestCase):
encode.update(self.updateUser[0], self.updateUser[1])
assert self.updateUser[0] in open(htpasswd).read()
def test_startProxy(self):
def test_startStopProxy(self):
"""Test slapproxy"""
self.stopSlapproxy()
self.proxyStatus(False)
startProxy(self.app.config)
self.proxyStatus(True)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment