Jason Rhinelander | 5fffe20 | 2016-09-06 12:17:06 -0400 | [diff] [blame] | 1 | |
Jason Rhinelander | 5fffe20 | 2016-09-06 12:17:06 -0400 | [diff] [blame] | 2 | |
3 | def test_class_args(): | ||||
4 | # There's basically nothing to test here; just make sure the code compiled and declared its definition | ||||
5 | from pybind11_tests import class_args_noop | ||||
6 | class_args_noop() |