timeview icon indicating copy to clipboard operation
timeview copied to clipboard

implementing testing framework

Open lxkain opened this issue 8 years ago • 1 comments

right now, there is no test coverage on any of the code, and given the number of broken commits I've submitted, we should start to implement test coverage.

Given the current development, and popularity, I suggest we use py.test

there is an extension to pytest, for qt guis pytest-qt which is installable via pip

unfortunately pytest-qt is not compatible w/ qtpy yet however given that we are not compatible w/ pyside, pyqt4 or pyside2, we could switch the imports back to pyqt5 to implement pytest-qt

lxkain avatar Dec 12 '17 15:12 lxkain

Going to add the high priority and help wanted tags, as the lack of testing is hugely slowing down development, and I'm not sure how to even get started here.

j9ac9k avatar Dec 12 '17 20:12 j9ac9k