You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
214 B

8 years ago
  1. def test_class_args():
  2. """There's basically nothing to test here; just make sure the code compiled
  3. and declared its definition
  4. """
  5. from pybind11_tests import class_args_noop
  6. class_args_noop()