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.
2 parents ab0cb02 + 4e5fbe0 commit 1b257a5Copy full SHA for 1b257a5
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