Issue #9496: Provide a test suite for the rlcompleter module. Patch by

Michele Orrù.
This commit is contained in:
Antoine Pitrou 2010-08-04 15:43:16 +00:00
parent e99f507c98
commit 482e66a58a
4 changed files with 77 additions and 1 deletions

View file

@ -56,7 +56,6 @@ class TestUntestedModules(unittest.TestCase):
import os2emxpath
import pstats
import py_compile
import rlcompleter
import sndhdr
import symbol
import tabnanny