Skip to content
Snippets Groups Projects
Commit 8151121b authored by Vermaat's avatar Vermaat
Browse files

Comment for test code.

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/soaplib-branch@116 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 5b46bd14
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ class TestWebservice(unittest.TestCase):
def setUp(self):
"""
Initialize webservice entrypoint.
@todo: Start the standalone server and stop it in self.tearDown
instead of depending on some running instance at a fixed address.
"""
self.client = Client('http://mutalyzer2service/mutalyzer2service?wsdl')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment