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 1ba3500 commit e576541Copy full SHA for e576541
unittest/python/test_type_info.py
@@ -1,7 +1,7 @@
1
import type_info
2
3
d = type_info.Dummy()
4
-assert d.type_info().pretty_name() == "Dummy"
+assert "Dummy" in d.type_info().pretty_name()
5
6
assert type_info.type_info(1).pretty_name() == "int"
7
assert "basic_string" in type_info.type_info("toto").pretty_name()
0 commit comments