mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Added test_time
This commit is contained in:
parent
5bebca2ac2
commit
6ab7f077ff
1 changed files with 4 additions and 0 deletions
|
@ -33,4 +33,8 @@ print 'test_math'
|
|||
unload('test_math')
|
||||
import test_math
|
||||
|
||||
print 'test_time'
|
||||
unload('test_time')
|
||||
import test_time
|
||||
|
||||
print 'Passed all tests.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue