AbdealiJK added a comment.
I checked out the 10 tests that failed in the above mentioned comment. Some failed because of a ConnectionError or a timeout of some sort. Except 1 test, those that got an AssertionError, fail with `nosetests` too, so it's not pytest's fault. The only exception was `tests.wikistats_tests.WikiStatsTestCase`'s `text_xml` and `test_sort`. These tests don't fail locally on my system, but fail on Travis. So, again probably not pytest's fault, but I am not sure about this. So, I think if we can sort out the kind of output that's needed for the testing infrastructure, pytest could be a possibility. TASK DETAIL https://phabricator.wikimedia.org/T115313 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb, AbdealiJK Cc: AbdealiJK, zhuyifei1999, Aklapper, pywikibot-bugs-list, XZise, jayvdb _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
