Skip to content
Snippets Groups Projects
Commit c258ecb6 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

add DocsFromParent

parent 1081b8ba
No related branches found
Tags v2.13.4
No related merge requests found
...@@ -36,7 +36,7 @@ class TestMetaclasses(unittest.TestCase): ...@@ -36,7 +36,7 @@ class TestMetaclasses(unittest.TestCase):
def test(self): def test(self):
pass pass
self.assertEqual(Child.test.__doc, Father.test.__doc__) self.assertEqual(Child.test.__doc__, Father.test.__doc__)
def test_metaclasses(self): def test_metaclasses(self):
AB() AB()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment