jayvdb added a comment.
There is no need to add it to the other test classes yet, as they do not use the required module. They might need it in the future, but some other test class might also hit this bug in the future. So, the ideal solution is to improve the `require_modules` decorator, such that when decorating a class, it adds the decorator to the `setUpClass` automatically (possibly only when nose is being used). TASK DETAIL https://phabricator.wikimedia.org/T129965 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: jayvdb, gerritbot, Aklapper, pywikibot-bugs-list, AbdealiJK, Lewizho99, Krenair _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
