mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Use comments in tests, not docstrings.
This commit is contained in:
parent
fa77c3d66a
commit
5aeca4826c
4 changed files with 15 additions and 15 deletions
|
|
@ -95,8 +95,8 @@ class TestUtils(LoggedTestCase):
|
|||
self.assertNotIn(fr_article1, index)
|
||||
|
||||
def test_files_changed(self):
|
||||
"""Test if file changes are correctly detected
|
||||
Make sure to handle not getting any files correctly"""
|
||||
# Test if file changes are correctly detected
|
||||
# Make sure to handle not getting any files correctly.
|
||||
|
||||
dirname = os.path.join(os.path.dirname(__file__), 'content')
|
||||
path = os.path.join(dirname, 'article_with_metadata.rst')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue