Use comments in tests, not docstrings.

This commit is contained in:
Alexis Métaireau 2013-03-10 22:42:46 -07:00
commit 5aeca4826c
4 changed files with 15 additions and 15 deletions

View file

@ -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')