mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Check test directory is cleaned up by Python tests.
(This used to be commit c338269b4b
)
This commit is contained in:
parent
b302d3273a
commit
90aeca8ebd
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user