Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f0b53 commit 5e86eedCopy full SHA for 5e86eed
1 file changed
Lib/test/test_logging.py
@@ -582,6 +582,7 @@ def test_builtin_handlers(self):
582
self.assertFalse(h.shouldFlush(r))
583
h.close()
584
585
+ @unittest.skipIf(os.name == 'nt', 'WatchedFileHandler not appropriate for Windows.')
586
@unittest.skipUnless(threading, 'Threading required for this test.')
587
def test_race(self):
588
# Issue #14632 refers.
0 commit comments