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 lines
214 B
|
|
|
|
def test_class_args():
|
|
"""There's basically nothing to test here; just make sure the code compiled
|
|
and declared its definition
|
|
"""
|
|
from pybind11_tests import class_args_noop
|
|
class_args_noop()
|