Searched refs:all_tests (Results 1 - 3 of 3) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A D__init__.py2 have tests.all_tests be a TestSuite representing all test cases
13 all_tests = unittest.TestSuite() variable
24 all_tests.addTests(loader.loadTestsFromModule(mod))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A D__init__.py2 have tests.all_tests be a TestSuite representing all test cases
13 all_tests = unittest.TestSuite() variable
24 all_tests.addTests(loader.loadTestsFromModule(mod))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/tests/
H A Dbenchmark.py78 all_tests=['add_nodes','add_edges','remove_nodes','remove_edges',\
82 tests=all_tests
84 #tests=all_tests[-1:]
80 'subgraph','edgedata_subgraph','laplacian'] variable in class:Benchmark

Completed in 136 milliseconds