From: Diane Trout Date: Mon, 6 Apr 2015 22:21:40 +0000 (-0700) Subject: Oops I had a test function name collision. Rename one so it gets executed X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=0cffdc7b0512b7d3693eec97d37c5cd82a1d790e Oops I had a test function name collision. Rename one so it gets executed --- diff --git a/htsworkflow/util/test/test_rdfhelp.py b/htsworkflow/util/test/test_rdfhelp.py index c71d3d7..d2ba15a 100644 --- a/htsworkflow/util/test/test_rdfhelp.py +++ b/htsworkflow/util/test/test_rdfhelp.py @@ -49,7 +49,7 @@ try: except ValueError as e: pass - def test_typed_node_string(self): + def test_typed_node_string_node_attributes(self): node = toTypedNode('hello') self.assertEqual(node.literal_value['string'], u'hello') self.assertTrue(node.literal_value['datatype'] is None)