Skip to content
Snippets Groups Projects
Unverified Commit e576541a authored by Justin Carpentier's avatar Justin Carpentier
Browse files

test/type_info: fix issue on Windows

parent 1ba35001
No related branches found
No related tags found
No related merge requests found
import type_info
d = type_info.Dummy()
assert d.type_info().pretty_name() == "Dummy"
assert "Dummy" in d.type_info().pretty_name()
assert type_info.type_info(1).pretty_name() == "int"
assert "basic_string" in type_info.type_info("toto").pretty_name()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment