]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a minimal test suite for the parser module.
authorFred Drake <fdrake@acm.org>
Mon, 21 Aug 2000 22:30:53 +0000 (22:30 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 21 Aug 2000 22:30:53 +0000 (22:30 +0000)
commit79ca79d1a904f7960fea34bec84c11eec70c4587
tree7e35e719b75eb7f358908b9e7bea4465a22e7a83
parentcff283c7b39f605b12bf9d974340707aad42eae5
Add a minimal test suite for the parser module.
Lib/test/output/test_parser [new file with mode: 0644]
Lib/test/test_parser.py [new file with mode: 0644]