Thanks to visit codestin.com Credit goes to github.com
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 a7e3216 commit 5d9f83dCopy full SHA for 5d9f83d
src/tests/test_repr.py
@@ -26,7 +26,7 @@ def test_str_only():
26
assert "<Python.Test.Bar object at " in ob.__repr__()
27
28
def test_hierarchy1():
29
- """Test inheritance heirarchy with base & middle class implementing ToString"""
+ """Test inheritance hierarchy with base & middle class implementing ToString"""
30
ob1 = ReprTest.BazBase()
31
assert str(ob1) == "Base class implementing ToString()!"
32
assert "<Python.Test.BazBase object at " in ob1.__repr__()
0 commit comments