MW 1.14 fails with so many errors
With @Urbanecm we established a MW 1.14.1 wiki (https://dvorapovawiki.urbanec.cz/mw/index.php/Main_Page) and created Pywikibot-test account there
We are aware of its configuration issues (mainly too new MySQL, too new PHP)
But Travis shows some interesting issues to be solved:
https://travis-ci.org/dvorapa/pywikibot/builds/650908994
Mainly these kind of errors are thrown:
- KeyError: 'query+xyz' in pywikibot.data.api.ParamInfo
- AssertionError self._action_modules == set(main_modules_param['type']) in pywikibot.data.api.ParamInfo
- some tests fail due to wiki's emptyness (these should be skipped using SkipTest or if, so this is definitely an issue of our tests)