cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Functions
test_modules Namespace Reference

Functions

def test_nested_modules ()
 
def test_reference_internal ()
 
def test_importing ()
 
def test_pydoc ()
 
def test_duplicate_registration ()
 
def test_builtin_key_type ()
 

Function Documentation

◆ test_builtin_key_type()

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 80 of file test_modules.py.

◆ test_duplicate_registration()

def test_modules.test_duplicate_registration ( )
Registering two things with the same name

Definition at line 74 of file test_modules.py.

◆ test_importing()

def test_modules.test_importing ( )

Definition at line 56 of file test_modules.py.

◆ test_nested_modules()

def test_modules.test_nested_modules ( )

Definition at line 7 of file test_modules.py.

◆ test_pydoc()

def test_modules.test_pydoc ( )
Pydoc needs to be able to provide help() for everything inside a pybind11 module

Definition at line 64 of file test_modules.py.

◆ test_reference_internal()

def test_modules.test_reference_internal ( )

Definition at line 22 of file test_modules.py.