1
0
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:
Jelmer Vernooij 2008-05-29 17:29:56 +02:00
parent b302d3273a
commit 90aeca8ebd

View File

@ -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)