dahlia / wikidata

Wikidata client library for Python
https://pypi.org/project/Wikidata/
GNU General Public License v3.0
337 stars 31 forks source link

add info in the readme how one may run tests #10

Open matkoniecz opened 6 years ago

matkoniecz commented 6 years ago

currently, at least for me, it is not obvious

dahlia commented 5 years ago

Sorry for the late response. We use tox or detox to run tests. Tox purposes to run a test suite for multiple Python interpreters (multiple versions and multiple VMs like CPython and PyPy). Detox is a parallelized version of tox. If a tox is installed in your system it's easy to run tests:

tox