SYMBOL INDEX (12 symbols across 3 files) FILE: openscad_testing.py function pytest_generate_tests (line 8) | def pytest_generate_tests(metafunc): function test_module_compile (line 21) | def test_module_compile(modname, modpath): function test_file_compile (line 42) | def test_file_compile(modpath): FILE: openscad_utils.py function extract_definitions (line 7) | def extract_definitions(fpath, name_re=r"\w+", def_re=""): function extract_mod_names (line 12) | def extract_mod_names(fpath, name_re=r"\w+"): function extract_func_names (line 15) | def extract_func_names(fpath, name_re=r"\w+"): function collect_test_modules (line 18) | def collect_test_modules(dirpath=None): class Timeout (line 30) | class Timeout(Exception): pass function call_openscad (line 32) | def call_openscad(path, stlpath, timeout=5): function parse_output (line 63) | def parse_output(text): FILE: test_docs.py function pytest_generate_tests (line 6) | def pytest_generate_tests(metafunc): function test_README (line 15) | def test_README(filename):