Added test_strftime (Skip Montanaro).

This commit is contained in:
Guido van Rossum 1996-12-12 19:03:11 +00:00
parent 6cdd7a0433
commit 483705c5a9
3 changed files with 88 additions and 0 deletions

View file

@ -20,6 +20,7 @@ tests = ['test_grammar',
'test_pwd',
'test_rgbimg',
'test_select',
'test_strftime',
]
if __name__ == '__main__':