Delete remaining files in the _build directory

This commit is contained in:
Daniel Neuhäuser 2010-08-10 15:22:42 +02:00
parent c614ba995d
commit 53920deb3e

View File

@ -25,6 +25,7 @@ def setup_module():
def teardown_module():
app.cleanup()
(test_root / '_build').rmtree(True)
doctrees = {}