consistent whitespace

This commit is contained in:
Jean-Paul Calderone 2019-01-29 09:22:27 -05:00
parent 3a1dcb6bf6
commit df1c30d0d9

View File

@ -35,6 +35,7 @@ class INotifyTests(unittest.TestCase):
self.inotify.startReading()
self.addCleanup(self.inotify.stopReading)
def test_initializationErrors(self):
"""
L{inotify.INotify} emits a C{RuntimeError} when initialized
@ -116,6 +117,7 @@ class INotifyTests(unittest.TestCase):
return self._notificationTest(inotify.IN_MODIFY, operation, ignore_count=1)
def test_attrib(self):
"""
Changing the metadata of a file in a monitored directory
@ -127,6 +129,7 @@ class INotifyTests(unittest.TestCase):
return self._notificationTest(inotify.IN_ATTRIB, operation, ignore_count=1)
def test_closeWrite(self):
"""
Closing a file which was open for writing in a monitored
@ -138,6 +141,7 @@ class INotifyTests(unittest.TestCase):
return self._notificationTest(inotify.IN_CLOSE_WRITE, operation)
def test_closeNoWrite(self):
"""
Closing a file which was open for reading but not writing in a