ignore tuple.
The line, "from _random import Random as CoreGenerator", fools the test
code which expects CoreGenerator.__name__ to be "CoreGenerator" instead
of "Random".
cm = self.checkModule
# These were once about the 10 longest modules
- ## cm('random') # This test crashes (probably due to the "import as").
+ cm('random', ignore=('Random')) # from _random import Random as CoreGenerator
cm('cgi', ignore=('log',)) # set with = in module
cm('mhlib')
cm('urllib', ignore=('getproxies_registry',