We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f4fff commit 3a2b2fdCopy full SHA for 3a2b2fd
unittests/test_smart_pointer.py
@@ -23,9 +23,9 @@ def setUp(self):
23
decls = parser.parse([self.header], self.config)
24
self.global_ns = declarations.get_global_namespace(decls)
25
26
- def test_smart_pointer(self):
+ def test_is_smart_pointer(self):
27
"""
28
- Test smart_pointer_traits class.
+ Test smart_pointer_traits.is_smart_pointer method.
29
30
31
@@ -50,9 +50,9 @@ def test_smart_pointer(self):
50
declarations.smart_pointer_traits.is_smart_pointer(
51
decls[0].decl_type))
52
53
- def test_auto_pointer(self):
+ def test_is_auto_pointer(self):
54
55
- Test auto_ptr_traits class.
+ Test auto_ptr_traits.is_smart_pointer method.
56
57
58
0 commit comments