On Aug 19, 12:41 am, Peter Otten <__pete...@web.de> wrote:
> Margie Roginski wrote:
> > I am using unittest in a fairly basic way, where I have a single file
> > that simply defines a class that inherits from unittest.TestCase and
> > then within that class I have a
Hi,
I am using unittest in a fairly basic way, where I have a single file
that simply defines a class that inherits from unittest.TestCase and
then within that class I have a bunch of methods that start with
"test". Within that file, at the bottom I have:
if __name__ == "__main__":
unittest.