Backing out changes originating from #2392.

parent 42258abc
...@@ -113,7 +113,6 @@ def test_str(doc): ...@@ -113,7 +113,6 @@ 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