jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/616698 )

Change subject: [bugfix] After UnicodeMixin has been dropped, remove the 
related test
......................................................................

[bugfix] After UnicodeMixin has been dropped, remove the related test

Bug: T258998
Change-Id: Ieab690d22e2ca94c8f9644f968692e981c328e92
---
M tests/djvu_tests.py
1 file changed, 0 insertions(+), 6 deletions(-)

Approvals:
  Matěj Suchánek: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/djvu_tests.py b/tests/djvu_tests.py
index ecba137..5f8b658 100644
--- a/tests/djvu_tests.py
+++ b/tests/djvu_tests.py
@@ -55,12 +55,6 @@
         expected = "DjVuFile('{}')".format(self.file_djvu)
         self.assertEqual(str(djvu), expected)

-    def test_unicode_method(self):
-        """Test __unicode__() method."""
-        djvu = DjVuFile(self.file_djvu)
-        expected = "DjVuFile('{}')".format(self.file_djvu)
-        self.assertEqual(djvu.__unicode__(), expected)
-
     def test_file_existence(self):
         """Test file existence checks."""
         djvu = DjVuFile(self.file_djvu)

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/616698
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ieab690d22e2ca94c8f9644f968692e981c328e92
Gerrit-Change-Number: 616698
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Matěj Suchánek <[email protected]>
Gerrit-Reviewer: Mpaa <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-CC: D3r1ck01 <[email protected]>
Gerrit-CC: Huji <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to