adding back missing line in test that got lost accidentally

parent 0565a867
...@@ -113,6 +113,7 @@ def test_str(doc): ...@@ -113,6 +113,7 @@ def test_str(doc):
assert m.str_from_object(A()) == "this is a str" assert m.str_from_object(A()) == "this is a str"
assert m.repr_from_object(A()) == "this is a repr" assert m.repr_from_object(A()) == "this is a repr"
assert m.str_from_handle(A()) == "this is a str"
s1, s2 = m.str_format() s1, s2 = m.str_format()
assert s1 == "1 + 2 = 3" assert s1 == "1 + 2 = 3"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment