()
| 558 | TEST_MODULE = 'test_module_for_bdb' |
| 559 | TEST_MODULE_FNAME = TEST_MODULE + '.py' |
| 560 | def tfunc_import(): |
| 561 | import test_module_for_bdb |
| 562 | test_module_for_bdb.main() |
| 563 | |
| 564 | def tfunc_main(): |
| 565 | lno = 2 |
nothing calls this directly
no test coverage detected
searching dependent graphs…