Functions | |
def | test_builtin_key_type () |
def | test_def_submodule_failures () |
def | test_duplicate_registration () |
def | test_importing () |
def | test_nested_modules () |
def | test_pydoc () |
def | test_reference_internal () |
def test_modules.test_builtin_key_type | ( | ) |
Test that all the keys in the builtin modules have type str. Previous versions of pybind11 would add a unicode key in python 2.
Definition at line 87 of file test_modules.py.
def test_modules.test_def_submodule_failures | ( | ) |
Definition at line 96 of file test_modules.py.
def test_modules.test_duplicate_registration | ( | ) |
Registering two things with the same name
Definition at line 81 of file test_modules.py.
def test_modules.test_importing | ( | ) |
Definition at line 62 of file test_modules.py.
def test_modules.test_nested_modules | ( | ) |
Definition at line 13 of file test_modules.py.
def test_modules.test_pydoc | ( | ) |
Pydoc needs to be able to provide help() for everything inside a pybind11 module
Definition at line 70 of file test_modules.py.
def test_modules.test_reference_internal | ( | ) |
Definition at line 28 of file test_modules.py.