mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-19 17:32:37 +00:00
10 lines
201 B
Python
10 lines
201 B
Python
import pybind11_tests.odr_guard_2 as m
|
|
|
|
|
|
def test_type_mrc_to_python():
|
|
assert m.type_mrc_to_python() == 2222
|
|
|
|
|
|
def test_type_mrc_from_python():
|
|
assert m.type_mrc_from_python("ignored") == 222
|