We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44982b5 commit 560b372Copy full SHA for 560b372
1 file changed
tests/test_build.py
@@ -373,6 +373,9 @@ def test_not_in_git_log(self):
373
self.assertEqual(cli_result.exit_code, 0)
374
self.assertIsNone(cli_result.exception)
375
376
+ # rm page
377
+ temp_page.unlink(missing_ok=True)
378
+
379
380
# ##############################################################################
381
# ##### Stand alone program ########
0 commit comments