diff options
author | Jan Pokorný <jpokorny@redhat.com> | 2014-01-28 22:32:54 +0100 |
---|---|---|
committer | Jan Pokorný <jpokorny@redhat.com> | 2014-01-28 22:32:54 +0100 |
commit | a4a42ca95685887f2a84d0d767981428f1676c6b (patch) | |
tree | 31a73bf3873a35cc258657f02d002b4ddb995542 /tests | |
parent | 26071bf3866e485bb759ff7e07cfe9506ad22f8d (diff) | |
download | clufter-a4a42ca95685887f2a84d0d767981428f1676c6b.tar.gz clufter-a4a42ca95685887f2a84d0d767981428f1676c6b.tar.xz clufter-a4a42ca95685887f2a84d0d767981428f1676c6b.zip |
tests: adjust module-level docstrings
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/_common.py | 2 | ||||
-rw-r--r-- | tests/ccs2coroxml.py | 2 | ||||
-rw-r--r-- | tests/command_manager.py | 2 | ||||
-rw-r--r-- | tests/filter.py | 2 | ||||
-rw-r--r-- | tests/format.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/_common.py b/tests/_common.py index f920c0f..7731061 100644 --- a/tests/_common.py +++ b/tests/_common.py @@ -2,7 +2,7 @@ # Copyright 2013 Red Hat, Inc. # Part of clufter project # Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt) -"""Testing filter manager""" +"""Common base for testing""" __author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>" import unittest diff --git a/tests/ccs2coroxml.py b/tests/ccs2coroxml.py index edb55bd..c81a085 100644 --- a/tests/ccs2coroxml.py +++ b/tests/ccs2coroxml.py @@ -2,7 +2,7 @@ # Copyright 2013 Red Hat, Inc. # Part of clufter project # Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt) -"""Testing filter manager""" +"""Testing ccs2coro filter(s)""" __author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>" from os.path import dirname, join diff --git a/tests/command_manager.py b/tests/command_manager.py index ad454fb..1012dd6 100644 --- a/tests/command_manager.py +++ b/tests/command_manager.py @@ -2,7 +2,7 @@ # Copyright 2014 Red Hat, Inc. # Part of clufter project # Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt) -"""Testing filter manager""" +"""Testing command manager""" __author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>" import unittest diff --git a/tests/filter.py b/tests/filter.py index e7696bb..3bddcd9 100644 --- a/tests/filter.py +++ b/tests/filter.py @@ -2,7 +2,7 @@ # Copyright 2013 Red Hat, Inc. # Part of clufter project # Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt) -"""Testing filter manager""" +"""Testing filter""" __author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>" import unittest diff --git a/tests/format.py b/tests/format.py index a5cb54a..8ddce9b 100644 --- a/tests/format.py +++ b/tests/format.py @@ -2,7 +2,7 @@ # Copyright 2013 Red Hat, Inc. # Part of clufter project # Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt) -"""Testing filter manager""" +"""Testing format""" __author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>" import unittest |