jayvdb added a comment.
The simple fix is to change the `LoadTestsSuiteCollector.reportinfo` to def reportinfo(self): return (str(self.suite), ) The result is the `load_tests` suite is duplicates of the normally collected suite. That can be fixed by changing `tox.ini` `python_files=tests/__init__.py`. Then, the unit tests are named like __init__.py::load_tests::suite_child_of_mine::suite_child_of_mine::tests.ui_tests.TestTerminalOutput.test_stdout <- tests/conftest.py PASSED eww, but very likely to be fixable. Result will occur at https://travis-ci.org/jayvdb/pywikibot-core/builds/131933388 TASK DETAIL https://phabricator.wikimedia.org/T135912 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: Aklapper, Zppix, pywikibot-bugs-list, jayvdb, Jay8g, Krenair _______________________________________________ pywikibot-bugs mailing list pywikibot-bugs@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs