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

Change subject: [fix] remove useless super delegation in tools_tests.py
......................................................................

[fix] remove useless super delegation in tools_tests.py

Change-Id: I7526236043b40448d11cd16274ded61d8bbf943a
---
M tests/tools_tests.py
1 file changed, 0 insertions(+), 4 deletions(-)

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



diff --git a/tests/tools_tests.py b/tests/tools_tests.py
index d6a6f6e..683879a 100644
--- a/tests/tools_tests.py
+++ b/tests/tools_tests.py
@@ -658,10 +658,6 @@

     filename = join_xml_data_path('article-pear-0.10.xml')

-    def setUp(self):
-        """Setup tests."""
-        super().setUp()
-
     def test_md5_complete_calculation(self):
         """Test md5 of complete file."""
         res = tools.compute_file_hash(self.filename, sha='md5')

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/673451
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: I7526236043b40448d11cd16274ded61d8bbf943a
Gerrit-Change-Number: 673451
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-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to