jenkins-bot has submitted this change and it was merged.
Change subject: [fix] enable 'monolingualtext' for WikibaseKnownTypesTests.test_datatypes ......................................................................
[fix] enable 'monolingualtext' for WikibaseKnownTypesTests.test_datatypes
- 'monolingualtext' is supported since 2c9b73630ad69455
Bug: T85385 Change-Id: I929e6e2c9e35e4b6198bbe138914a3c7263c546c --- M tests/paraminfo_tests.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/paraminfo_tests.py b/tests/paraminfo_tests.py index e4b98fb..2347b7d 100644 --- a/tests/paraminfo_tests.py +++ b/tests/paraminfo_tests.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Test confirming paraminfo contains expected values.""" # -# (C) Pywikibot team, 2015 +# (C) Pywikibot team, 2015-2016 # # Distributed under the terms of the MIT license. # @@ -217,7 +217,7 @@
def test_datatypes(self): """Test known datatypes.""" - unsupported = set(['monolingualtext', 'wikibase-property']) + unsupported = set(['wikibase-property']) known = set(Property.types) | unsupported self._check_param_values(self.repo, 'wbformatvalue', 'datatype', known)
pywikibot-commits@lists.wikimedia.org