mirror of
https://github.com/samba-team/samba.git
synced 2025-07-13 08:59:08 +03:00
Check test directory is cleaned up by Python tests.
(This used to be commit c338269b4b
)
This commit is contained in:
@ -47,6 +47,7 @@ class TestCaseInTempDir(unittest.TestCase):
|
||||
|
||||
def tearDown(self):
|
||||
super(TestCaseInTempDir, self).tearDown()
|
||||
self.assertEquals([], os.listdir(self.tempdir))
|
||||
os.rmdir(self.tempdir)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user