summaryrefslogtreecommitdiffstats
path: root/Lib/test/testall.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-12-12 19:03:11 (GMT)
committerGuido van Rossum <guido@python.org>1996-12-12 19:03:11 (GMT)
commit483705c5a9283630ce38837a1158d71672b845ce (patch)
tree4b54752f1c6d24fe820035b93b7e47dc0024e471 /Lib/test/testall.py
parent6cdd7a0433aaf9d28ebb912276c704e755e64543 (diff)
downloadcpython-483705c5a9283630ce38837a1158d71672b845ce.zip
cpython-483705c5a9283630ce38837a1158d71672b845ce.tar.gz
cpython-483705c5a9283630ce38837a1158d71672b845ce.tar.bz2
Added test_strftime (Skip Montanaro).
Diffstat (limited to 'Lib/test/testall.py')
-rw-r--r--Lib/test/testall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
index f1a7cd6..7ad7b88 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -20,6 +20,7 @@ tests = ['test_grammar',
'test_pwd',
'test_rgbimg',
'test_select',
+ 'test_strftime',
]
if __name__ == '__main__':