Home
last modified time | relevance | path

Searched refs:test_create_tmp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_mailbox.py648 def test_create_tmp(self, repetitions=10): member in TestMaildir
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_mailbox.py746 def test_create_tmp(self, repetitions=10): member in TestMaildir
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7.4rc1.rst2841 Fix test logic in TestMaildir.test_create_tmp. Patch by Serhiy Storchaka.
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY6177 - Issue #15802: Fix test logic in `TestMaildir.test_create_tmp()`. Patch by