_______________________ TestUpload.test_offset_oversize ________________________ self = <tests.upload_tests.TestUpload testMethod=test_offset_oversize> def test_offset_oversize(self): """Test trying to continue with an offset which is to large.""" > self._init_upload(1024) tests/upload_tests.py:144: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tests/upload_tests.py:72: in _init_upload ignore_warnings=warn_callback) pywikibot/site/_decorators.py:93: in callee return fn(self, *args, **kwargs) pywikibot/site/_apisite.py:3023: in upload return Uploader(self, filepage, **kwargs).upload() pywikibot/site/_upload.py:134: in upload return self._upload(self.ignore_warnings, self.report_success) pywikibot/site/_upload.py:370: in _upload data, file_key)): tests/upload_tests.py:52: in warn_callback self.assertCountEqual([w.code for w in warnings], expected_warns) E AssertionError: Element counts were not equal: E First has 1, Second has 0: 'duplicate-archive'
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T152961 Improve tests suite | |||
Open | None | T129368 Usages of unittest.expectedFailure or unittest.skip should be solved (goal) | |||
Open | None | T367260 Write test CI github action has ~ 22 failing tests or errors | |||
Open | None | T367317 TestUpload.test_offset_oversize() of upload_tests fails with AssertionError |