Scarab  v2.11.1
Project 8 C++ Utility Library
Functions
test_modules Namespace Reference

Functions

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

Function Documentation

◆ test_duplicate_registration()

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

Definition at line 69 of file test_modules.py.

◆ test_importing()

def test_modules.test_importing ( )

Definition at line 51 of file test_modules.py.

◆ test_nested_modules()

def test_modules.test_nested_modules ( )

Definition at line 6 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 59 of file test_modules.py.

◆ test_reference_internal()

def test_modules.test_reference_internal ( )

Definition at line 17 of file test_modules.py.