pybind11/tests/test_make_alias.py

10 lines
175 B
Python
Raw Normal View History

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