]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added some new tests and two new files for testing: test_types.py
authorGuido van Rossum <guido@python.org>
Fri, 27 Nov 1992 22:53:50 +0000 (22:53 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 27 Nov 1992 22:53:50 +0000 (22:53 +0000)
commit85f1820ee15faec7961056ace378f2d444419c1c
tree41ccba707377e7df1229b0dd8806217dee497fbc
parentd014ea6b5efbfb3d143fc8aacf8bee733cf4c8f0
Added some new tests and two new files for testing: test_types.py
(testing operations on built-in types) and autotest.py (automatic
regression testing).
Lib/test/autotest.py [new file with mode: 0644]
Lib/test/test_b1.py
Lib/test/test_b2.py
Lib/test/test_grammar.py
Lib/test/test_types.py [new file with mode: 0644]
Lib/test/testall.py