mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-19 21:23:26 +08:00
A flake8 configuration is included in setup.cfg and the checks are executed automatically on Travis: * Ensures a consistent PEP8 code style * Does basic linting to prevent possible bugs
7 lines
201 B
Python
7 lines
201 B
Python
|
|
|
|
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()
|