Remove generated catalogs properly after tests.

This commit is contained in:
Robert Lehmann
2010-11-13 13:15:15 +01:00
parent 3d006f827d
commit 3ab3400c12

View File

@@ -19,6 +19,7 @@ from util import SkipTest
def teardown_module():
(test_root / '_build').rmtree(True)
(test_root / 'xx').rmtree(True)
@with_app(buildername='gettext')