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

Change subject: [tests] Update documentation of tests/tests_tests.py
......................................................................

[tests] Update documentation of tests/tests_tests.py

Change-Id: I7a65735e9c58839092986978c74e772ba5c56f3e
---
M tests/tests_tests.py
1 file changed, 12 insertions(+), 3 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/tests/tests_tests.py b/tests/tests_tests.py
index 277190e..eed24ef 100755
--- a/tests/tests_tests.py
+++ b/tests/tests_tests.py
@@ -58,19 +58,19 @@

     @unittest.expectedFailure
     def test_assert_is_not_empty_fail(self):
-        """Test assertIsNotEmpty method."""
+        """Test that assertIsNotEmpty method may fail."""
         self.assertIsNotEmpty([])
         self.assertIsNotEmpty('')

     def test_assert_length(self):
-        """Test assertIsNotEmpty method."""
+        """Test assertLength method."""
         self.assertLength([], 0)
         self.assertLength(self.seq1, 3)
         self.assertLength(self.seq1, self.seq2)

     @unittest.expectedFailure
     def test_assert_length_fail(self):
-        """Test assertIsNotEmpty method."""
+        """Test that assertLength method is failing."""
         self.assertLength([], 1)
         self.assertLength(self.seq1, 0)
         self.assertLength(None, self.seq)

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/894632
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: I7a65735e9c58839092986978c74e772ba5c56f3e
Gerrit-Change-Number: 894632
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to