Skip to content

Commit 560b372

Browse files
committed
Rm created page at the test end
1 parent 44982b5 commit 560b372

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_build.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ def test_not_in_git_log(self):
373373
self.assertEqual(cli_result.exit_code, 0)
374374
self.assertIsNone(cli_result.exception)
375375

376+
# rm page
377+
temp_page.unlink(missing_ok=True)
378+
376379

377380
# ##############################################################################
378381
# ##### Stand alone program ########

0 commit comments

Comments
 (0)