diff options
author | Barry Warsaw <barry@python.org> | 1996-12-20 22:00:21 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-20 22:00:21 (GMT) |
commit | 4b722788ae2bbd5595aef38f4fd7221a3ab88372 (patch) | |
tree | 8321e9cc292503b7ede51395a4e35566c3ca9c03 /Lib/test/testall.py | |
parent | 7f33e403a4c49c9265d44a7d9eb29e84c024e5c6 (diff) | |
download | cpython-4b722788ae2bbd5595aef38f4fd7221a3ab88372.zip cpython-4b722788ae2bbd5595aef38f4fd7221a3ab88372.tar.gz cpython-4b722788ae2bbd5595aef38f4fd7221a3ab88372.tar.bz2 |
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!]
Diffstat (limited to 'Lib/test/testall.py')
-rw-r--r-- | Lib/test/testall.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py index d68d2c3..5bb5f0c 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py @@ -32,6 +32,7 @@ tests = ['test_grammar', 'test_operator', 'test_imageop', 'test_imgfile', + 'test_regex', ] if __name__ == '__main__': |