mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Check test directory is cleaned up by Python tests.
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