Skip to content

Commit 3a2b2fd

Browse files
committed
Rename tests
1 parent 01f4fff commit 3a2b2fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

unittests/test_smart_pointer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ def setUp(self):
2323
decls = parser.parse([self.header], self.config)
2424
self.global_ns = declarations.get_global_namespace(decls)
2525

26-
def test_smart_pointer(self):
26+
def test_is_smart_pointer(self):
2727
"""
28-
Test smart_pointer_traits class.
28+
Test smart_pointer_traits.is_smart_pointer method.
2929
3030
"""
3131

@@ -50,9 +50,9 @@ def test_smart_pointer(self):
5050
declarations.smart_pointer_traits.is_smart_pointer(
5151
decls[0].decl_type))
5252

53-
def test_auto_pointer(self):
53+
def test_is_auto_pointer(self):
5454
"""
55-
Test auto_ptr_traits class.
55+
Test auto_ptr_traits.is_smart_pointer method.
5656
5757
"""
5858

0 commit comments

Comments
 (0)