Is there a better way of accessing functions in a module?

Mike Kent mrmakent at cox.net
Tue Jun 13 13:23:28 EDT 2006


Yes, you can go that route.  But since it appears that what you are
doing is unit testing related, and you are interested in aranging for
all of your unit test cases to be run automatically, I'd suggest using
the unittest module.




More information about the Python-list mailing list