mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
consistent whitespace
This commit is contained in:
parent
3a1dcb6bf6
commit
df1c30d0d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user