Jason Rhinelander | 5fffe20 | 2016-09-06 12:17:06 -0400 | [diff] [blame] | 1 | |
2 | import pytest | ||||
3 | |||||
4 | def 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() |