mediawiki-client-tools / mediawiki-dump-generator

Python 3 tools for downloading and preserving wikis
https://github.com/mediawiki-client-tools/mediawiki-scraper
GNU General Public License v3.0
92 stars 14 forks source link

Fix error in commit 265855d #229

Closed sian1468 closed 9 months ago

sian1468 commented 9 months ago

In commit 265855d, I forget to change MediaWiki version in site_info_test.py so this commit fix this problem.

Also I change function name in this file from test_mediawiki_1_16 to test_mediawiki_version_match to make it clear what it really does.