blob: a1fc21a7d8738a21cc2d3305ffc30117fc75e613 [file] [log] [blame]
Jason Rhinelander5fffe202016-09-06 12:17:06 -04001
2import pytest
3
4def test_class_args():
5 # There's basically nothing to test here; just make sure the code compiled and declared its definition
6 from pybind11_tests import class_args_noop
7 class_args_noop()