Commit 1ace35da by Chris Rossi

Update doctstring.

parent ebfbbb62
...@@ -39,7 +39,7 @@ class JSMEInputTests(unittest.TestCase): ...@@ -39,7 +39,7 @@ class JSMEInputTests(unittest.TestCase):
def test_setup_noanswer(self): def test_setup_noanswer(self):
""" """
Test that molfile data is extracted properly from XML. Test failure to provide an answer in XML.
""" """
system = mock.Mock() system = mock.Mock()
xml = etree.fromstring('<jsme id="foo"></jsme>') xml = etree.fromstring('<jsme id="foo"></jsme>')
......
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