Lokal Profil has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/351697 )
Change subject: Add support for tabular-data Wikibase data type
......................................................................
Add support for tabular-data Wikibase data type
Introduce the WbTabularData cla to provide handling of tabular-data
data and do some basic validation on indata.
There are significant overlaps with WbGeoShapes as they only differ
in which repository they (can) use and the required ending of the
page name (.tab rather than .map). As such they should probably be
rebuilt of a shared base at a later stage.
Bug: T163981
Change-Id: I3f15d9732f7bbb552b1d000530d295fccca2fd5f
---
M tests/paraminfo_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core
refs/changes/97/351697/1
diff --git a/tests/paraminfo_tests.py b/tests/paraminfo_tests.py
index b1f7232..e2e4263 100644
--- a/tests/paraminfo_tests.py
+++ b/tests/paraminfo_tests.py
@@ -229,7 +229,7 @@
def test_datatypes(self):
"""Test that all encountered datatypes are known."""
- unsupported = set(['tabular-data'])
+ unsupported = set()
known = set(Property.types) | unsupported
self._check_param_superset(
self.repo, 'wbformatvalue', 'datatype', known)
--
To view, visit https://gerrit.wikimedia.org/r/351697
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f15d9732f7bbb552b1d000530d295fccca2fd5f
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Lokal Profil <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits