mirror of
https://github.com/pybind/pybind11.git
synced 2024-12-01 17:37:15 +00:00
ae3cfa82cc
for more information, see https://pre-commit.ci
10 lines
175 B
Python
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"
|