ColoradoSchoolOfMines / visplay

A libmpv and Qt based application for automating and controlling media playback on any display.
https://coloradoschoolofmines.github.io/visplay/
GNU General Public License v3.0
4 stars 1 forks source link

Automated tests #31

Open sumnerevans opened 6 years ago

sumnerevans commented 6 years ago

Curently, I have a couple of doctests in visplay/config.py. There is also a visplay/qt_test.py which is not really a python test file. We need to figure out a way to make automated tests work. Preferrably integrated with Travis CI.