SVN: zpkgtools/trunk/zpkgtools/tests/test_app.py clean up after the test, so subsequent runs do not fail
"Fred L. Drake, Jr." <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 38065:
clean up after the test, so subsequent runs do not fail
Changed:
U zpkgtools/trunk/zpkgtools/tests/test_app.py
-=-
Modified: zpkgtools/trunk/zpkgtools/tests/test_app.py
===================================================================
--- zpkgtools/trunk/zpkgtools/tests/test_app.py 2005-08-24 16:04:24 UTC (rev 38064)
+++ zpkgtools/trunk/zpkgtools/tests/test_app.py 2005-08-24 16:27:20 UTC (rev 38065)
@@ -430,6 +430,7 @@
self.assert_(isfile("package-0.0.0", "Support", "MANIFEST"))
self.assert_(isfile("package-0.0.0", "Support", "README.txt"))
self.assert_(isfile("package-0.0.0", "Support", "setup.py"))
+ shutil.rmtree("package-0.0.0")
def test_adding_extra_support_code(self):
package_map = self.createPackageMap()
_______________________________________________
Zope-CVS maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs
Zope CVS instructions: http://dev.zope.org/CVS