Rename tests to be more descriptive

pull/9/head
Eric Holscher 9 years ago
parent 59add63ae4
commit a3244a2531

@ -1,7 +1,6 @@
'''Test .NET autoapi domain'''
import unittest
import time
from contextlib import nested
from mock import patch

@ -1,7 +1,6 @@
'''Test .NET autoapi objects'''
import unittest
import time
from autoapi.domains import dotnet
@ -65,7 +64,6 @@ class NamespaceTests(unittest.TestCase):
self.assertEqual(obj.ref_type, 'event')
self.assertEqual(obj.ref_directive, 'event')
def test_names(self):
'''Test names of objects'''
obj = dotnet.DotNetNamespace({'id': 'Foo.Bar'})
Loading…
Cancel
Save