We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb876c commit 442261dCopy full SHA for 442261d
tests/test_modules.py
@@ -63,7 +63,6 @@ def test_importing():
63
from pybind11_tests.modules import OD
64
65
assert OD is OrderedDict
66
- assert str(OD([(1, "a"), (2, "b")])) == "OrderedDict([(1, 'a'), (2, 'b')])"
67
68
69
def test_pydoc():
0 commit comments