#11578: add unit tests for timeit module.

Patch by Michael Henry.
This commit is contained in:
R David Murray 2011-03-16 17:32:27 -04:00
parent 07926f024a
commit a88da67bcb
4 changed files with 315 additions and 3 deletions

View file

@ -54,7 +54,6 @@ class TestUntestedModules(unittest.TestCase):
import py_compile
import sndhdr
import tabnanny
import timeit
try:
import tty # not available on Windows
except ImportError: