pybind11/tests/test_odr_guard_2.py

10 lines
238 B
Python
Raw Normal View History

import pybind11_tests.odr_guard_2 as m
def test_type_mrc_to_python():
2022-06-21 09:40:40 +00:00
assert m.type_mrc_to_python() in (202 + 2020, 202 + 1010)
def test_type_mrc_from_python():
2022-06-21 09:40:40 +00:00
assert m.type_mrc_from_python("ignored") in (200 + 22, 200 + 11)