Oops I had a test function name collision. Rename one so it gets executed
authorDiane Trout <diane@ghic.org>
Mon, 6 Apr 2015 22:21:40 +0000 (15:21 -0700)
committerDiane Trout <diane@ghic.org>
Mon, 6 Apr 2015 22:21:40 +0000 (15:21 -0700)
htsworkflow/util/test/test_rdfhelp.py

index c71d3d76899c04e0ea9e6afa3413d8d6366cd566..d2ba15a7cdab8f2a6d49a683449a222cf89aaa02 100644 (file)
@@ -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)