Restore the test of the random module after including "Random" in the
ignore tuple. The line, "from _random import Random as CoreGenerator", fools the test code which expects CoreGenerator.__name__ to be "CoreGenerator" instead of "Random".
Showing
Please register or sign in to comment