| Dalba edited the task description. (Show Details) |
EDIT DETAILS
https://travis-ci.org/wikimedia/pywikibot-core/jobs/225869298#L1760
```lang=python
____________________ WikibaseKnownTypesTests.test_datatypes ____________________
self = <tests.paraminfo_tests.WikibaseKnownTypesTests testMethod=test_datatypes>
def test_datatypes(self):
"""Test that all encountered datatypes are known."""
unsupported = set(['wikibase-property'])
known = set(Property.types) | unsupported
self._check_param_superset(
> self.repo, 'wbformatvalue', 'datatype', known)
tests/paraminfo_tests.py:235:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/paraminfo_tests.py:53: in _check_param_superset
self.assertGreaterEqual(set(expected), set(values))
E AssertionError: {'monolingualtext', 'math', 'external-id', 'url', 'commonsMedia', 'time', 'quantity', 'geo-shape', 'wikibase-item', 'wikibase-property', 'globe-coordinate', 'string'} not greater than or equal to {'monolingualtext', 'math', 'time', 'url', 'commonsMedia', 'external-id', 'quantity', 'geo-shape', 'wikibase-item', 'wikibase-property', 'globe-coordinate', 'string', 'tabular-data'}
```
```lang=python
____________________ WikibaseKnownTypesTests.test_datatypes ____________________
self = <tests.paraminfo_tests.WikibaseKnownTypesTests testMethod=test_datatypes>
def test_datatypes(self):
"""Test that all encountered datatypes are known."""
unsupported = set(['wikibase-property'])
known = set(Property.types) | unsupported
self._check_param_superset(
> self.repo, 'wbformatvalue', 'datatype', known)
tests/paraminfo_tests.py:235:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/paraminfo_tests.py:53: in _check_param_superset
self.assertGreaterEqual(set(expected), set(values))
E AssertionError: {'monolingualtext', 'math', 'external-id', 'url', 'commonsMedia', 'time', 'quantity', 'geo-shape', 'wikibase-item', 'wikibase-property', 'globe-coordinate', 'string'} not greater than or equal to {'monolingualtext', 'math', 'time', 'url', 'commonsMedia', 'external-id', 'quantity', 'geo-shape', 'wikibase-item', 'wikibase-property', 'globe-coordinate', 'string', 'tabular-data'}
```
TASK DETAIL
EMAIL PREFERENCES
To: Dalba
Cc: Aklapper, pywikibot-bugs-list, Dalba, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, Sn1per, jayvdb, Ricordisamoa, Masti, Alchimista, Rxy
Cc: Aklapper, pywikibot-bugs-list, Dalba, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, Sn1per, jayvdb, Ricordisamoa, Masti, Alchimista, Rxy
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
