mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
09ce82c760
commit
d4214ed54a
@ -238,6 +238,7 @@ def find_tests():
|
||||
shm.flush()
|
||||
self.ae(s2.read(4), b'ABCD')
|
||||
self.assertTrue(shm.name)
|
||||
self.assertFalse(shm.name)
|
||||
if not iswindows:
|
||||
self.assertFalse(shm.name)
|
||||
|
||||
return unittest.defaultTestLoader.loadTestsFromTestCase(TestSHM)
|
||||
|
Loading…
x
Reference in New Issue
Block a user