blob: 40cbcec9fb49a8837fe5d94a0194627645fa03db [file] [log] [blame]
Jason Rhinelander5fffe202016-09-06 12:17:06 -04001
Jason Rhinelander5fffe202016-09-06 12:17:06 -04002
3def test_class_args():
Dean Moldovan76e993a2016-12-13 00:59:28 +01004 """There's basically nothing to test here; just make sure the code compiled
5 and declared its definition
6 """
Jason Rhinelander5fffe202016-09-06 12:17:06 -04007 from pybind11_tests import class_args_noop
8 class_args_noop()