Skip to content

Commit a452a99

Browse files
committed
Add doc strings
1 parent a789f2a commit a452a99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pelican/plugins/md_include/test_md_include.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def setUp(
4242
inherit_heading_depth=None,
4343
heading_offset=None,
4444
):
45+
"""Initialize the configuration."""
4546
self.output_path = mkdtemp(prefix=TEST_DIR_PREFIX)
4647
self.content_path = mkdtemp(prefix=TEST_DIR_PREFIX)
4748

@@ -97,6 +98,7 @@ def setUp(
9798
pelican.run()
9899

99100
def tearDown(self):
101+
"""Tidy up the temporary directories."""
100102
rmtree(self.output_path)
101103
rmtree(self.content_path)
102104

0 commit comments

Comments
 (0)