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 1a78924 commit 15188b1Copy full SHA for 15188b1
1 file changed
Lib/test/test_logging.py
@@ -5324,6 +5324,7 @@ def test_should_not_rollover(self):
5324
time.sleep(1.1) # a little over a second ...
5325
r = logging.makeLogRecord({'msg': 'testing - device file'})
5326
self.assertFalse(fh.shouldRollover(r))
5327
+ fh.close()
5328
5329
# other test methods added below
5330
def test_rollover(self):
0 commit comments