summaryrefslogtreecommitdiff
path: root/test/test_configuration.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_configuration.py')
-rw-r--r--test/test_configuration.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_configuration.py b/test/test_configuration.py
index a4f8ec0..372d787 100644
--- a/test/test_configuration.py
+++ b/test/test_configuration.py
@@ -192,8 +192,8 @@ diffgroup=zou
os.remove(file)
def test_option_order(self):
- """ Check that options are taken into account in the command line order
- and not in the order they are defined in the Configuration object.
+ """Check that options are taken into account in the command line order
+ and not in the order they are defined in the Configuration object.
"""
file = tempfile.mktemp()
stream = open(file, "w")