projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e9e98e
)
Make test class name unique so that both test classes run.
author
R. David Murray
<rdmurray@bitdance.com>
Sat, 20 Nov 2010 03:48:58 +0000
(
03:48
+0000)
committer
R. David Murray
<rdmurray@bitdance.com>
Sat, 20 Nov 2010 03:48:58 +0000
(
03:48
+0000)
Lib/test/test_argparse.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_argparse.py
b/Lib/test/test_argparse.py
index 74075bb4e7699b62f5d6c2f4d9bfff7bc12f4a94..2f2dd4d7298c5c69cc4cd7fd7d10d2a64f0641f9 100644
(file)
--- a/
Lib/test/test_argparse.py
+++ b/
Lib/test/test_argparse.py
@@
-4259,7
+4259,7
@@
class TestArgumentError(TestCase):
# ArgumentTypeError tests
# =======================
-class TestArgumentError(TestCase):
+class TestArgument
Type
Error(TestCase):
def test_argument_type_error(self):