python - Why is the assert not getting imported here -
I have a case for the following unit testing.
After execution, I get an error saying.
Name Error: The global name 'assertEqual' is not defined
I am united to substate.TestCase, then why does not recognize the dragon identity
This is a method on self:
self .assertEqual (Self.webPageTestProcessor.submitTest (url), none)
Comments
Post a Comment