Closed bob-white closed 6 years ago
One of the test cases was defined asa function, not a class
One of the tests was checking for an item that is not defined in __all__, so isn't currently imported when doing import *.
__all__
import *
Wasn't sure if that test should be removed, so I've left it commented out for now.
One of the test cases was defined asa function, not a class
One of the tests was checking for an item that is not defined in
__all__
, so isn't currently imported when doingimport *
.Wasn't sure if that test should be removed, so I've left it commented out for now.