The reason might be that Pywikibot-test account has sysop rights on test-wiki
_____________________ TestSaveFailure.test_titleblacklist ______________________
self = <tests.edit_failure_tests.TestSaveFailure testMethod=test_titleblacklist>
def test_titleblacklist(self):
"""Test that title blacklist raise the appropriate exception."""
page = pywikibot.Page(self.site, 'User:UpsandDowns1234/Blacklisttest')
with self.assertRaises(TitleblacklistError):
> page.save()
E AssertionError: TitleblacklistError not raised
tests/edit_failure_tests.py:64: AssertionErrorSee also T199071