pybind11/tests/test_make_alias.py
2022-02-26 15:45:53 +00:00

10 lines
175 B
Python

import pytest
from pybind11_tests import ConstructorStats
m = pytest.importorskip("pybind11_tests.make_alias")
def assert_name(mat):
assert m.__name__ == "make_alias"