gcalcli
gcalcli copied to clipboard
Add `CONTRIBUTING.md` with description of how to run tests
It's apparent that there are tests but not immediately apparent how to run them.
It appears that
pip install tox
tox
is sufficient to run the tests on whatever versions of Python are installed that are specified in tox.ini.
Yes please! :)