]> granicus.if.org Git - python/commit
added test of the regex module
authorBarry Warsaw <barry@python.org>
Fri, 20 Dec 1996 22:00:21 +0000 (22:00 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 20 Dec 1996 22:00:21 +0000 (22:00 +0000)
commit4b722788ae2bbd5595aef38f4fd7221a3ab88372
tree8321e9cc292503b7ede51395a4e35566c3ca9c03
parent7f33e403a4c49c9265d44a7d9eb29e84c024e5c6
added test of the regex module

[NOTE: testall.py and autotest.py might could go away soon, I've
 played with Guido's new regrtest.py script and it seems to work well.
 I'll wait until Guido gives the word to completely switch over -- and
 change the Makefile too!]
Lib/test/output/test_regex [new file with mode: 0644]
Lib/test/test_regex.py [new file with mode: 0644]
Lib/test/testall.py