willprice / python-omxplayer-wrapper

:tv: Control OMXPlayer, the Raspberry Pi media player, from Python
http://python-omxplayer-wrapper.readthedocs.io
GNU Lesser General Public License v3.0
253 stars 72 forks source link

Missing docs on how to run tests #200

Closed matthijskooijman closed 4 years ago

matthijskooijman commented 4 years ago

I was trying to be a good citizen and run the tests for a PR I'm about to create, but I could not find any docs about how to approach this exactly. I found make test in the Makefile, but that does not install dependencies. I found that pip3 install -e .[test] works to install the dependencies, and together it seems to pass the testsuite, but maybe it would be good to include this in official documentation somewhere?

willprice commented 4 years ago

Addressed in a9875e3