lahwaacz / wiki-scripts

Framework for writing bots, maintenance scripts or performing data analysis on wikis powered by MediaWiki
http://lahwaacz.github.io/wiki-scripts/
GNU General Public License v3.0
27 stars 12 forks source link

Double-source wrapper for API and DB queries #50

Open lahwaacz opened 6 years ago

lahwaacz commented 6 years ago

Implement a double-source wrapper, which yields from the API and checks the DB queries, ignoring NotImplementedErrors etc. It would be useful for unit tests as well as real-world testing.

It would also be good to implement the site, tags and redirects objects for the Database class.

Split from #35.