Currently some test cases in the tests folder, like tests.http_tests.TestGetAuthenticationConfig, inherit from tests.aspects.TestCase, but do not super the parent's setUp and tearDown.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Unit tests should use super setUp and tearDown when appropriate | pywikibot/core | master | +9 -0 |
Event Timeline
Comment Actions
Change 328060 had a related patch set uploaded (by Sn1per):
Unit tests should use super setUp and tearDown when appropriate
Comment Actions
Change 328060 merged by jenkins-bot:
Unit tests should use super setUp and tearDown when appropriate