summaryrefslogtreecommitdiff
path: root/test/test_argparse.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_argparse.py')
-rw-r--r--test/test_argparse.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_argparse.py b/test/test_argparse.py
index c1c0411..ba1a3ba 100644
--- a/test/test_argparse.py
+++ b/test/test_argparse.py
@@ -217,9 +217,9 @@ class ParserTesterMetaclass(type):
bases = TestCase,
ParserTestCase = ParserTesterMetaclass('ParserTestCase', bases, {})
-# ============
-# Optional tests
-# ============
+# ===============
+# Optionals tests
+# ===============
class TestOptionalsSingleDash(ParserTestCase):
"""Test an Optional with a single-dash option string"""