HomeSort by relevance Sort by last modified time
    Searched refs:TEST_MODULE (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/test/
test_bdb.py 463 'test_module' with a main() function.
482 break_in_func('func', 'test_module.py'),
490 modules = { 'test_module': code }
497 3: ('call', 5, 'main'), ('break', ('test_module.py', None, False, None, 'func')),
501 1 no yes 1 0 at test_module.py:2
520 # into main() in test_module.
552 TEST_MODULE = 'test_module_for_bdb'
553 TEST_MODULE_FNAME = TEST_MODULE + '.py'
627 modules = { TEST_MODULE: code }
723 modules = { TEST_MODULE: code
    [all...]
  /build/make/tools/
auto_gen_test_config_test.py 26 TEST_MODULE = 'TestModule'
121 self.config_file = os.path.join(self.test_dir, TEST_MODULE + '.config')

Completed in 866 milliseconds