Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pybind11
/
df81546965df4cac8b9fec5aa95fd480204599e6
/
.
/
tests
/
test_class_args.py
blob: a1fc21a7d8738a21cc2d3305ffc30117fc75e613 [
file
] [
log
] [
blame
]
import
pytest
def
test_class_args
():
# There's basically nothing to test here; just make sure the code compiled and declared its definition
from
pybind11_tests
import
class_args_noop
class_args_noop
()