mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove generated catalogs properly after tests.
This commit is contained in:
@@ -19,6 +19,7 @@ from util import SkipTest
|
|||||||
|
|
||||||
def teardown_module():
|
def teardown_module():
|
||||||
(test_root / '_build').rmtree(True)
|
(test_root / '_build').rmtree(True)
|
||||||
|
(test_root / 'xx').rmtree(True)
|
||||||
|
|
||||||
|
|
||||||
@with_app(buildername='gettext')
|
@with_app(buildername='gettext')
|
||||||
|
|||||||
Reference in New Issue
Block a user