OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_fn
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock_unittest.py
47
def quick_check(self,
test_fn
, good_fn, *tests):
51
actual =
test_fn
(*test)
54
actual =
test_fn
(test)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pdb.py
348
# the
test_fn
must contain something like \t
351
test_fn
= '.\\test_mod.py'
353
with open(
test_fn
, 'w') as f:
355
self.addCleanup(os.remove,
test_fn
)
356
cmd = [sys.executable, '-m', 'pdb',
test_fn
,]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pdb.py
348
# the
test_fn
must contain something like \t
351
test_fn
= '.\\test_mod.py'
353
with open(
test_fn
, 'w') as f:
355
self.addCleanup(os.remove,
test_fn
)
356
cmd = [sys.executable, '-m', 'pdb',
test_fn
,]
Completed in 2043 milliseconds