Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implementing testing framework #9

Open
lxkain opened this issue Dec 12, 2017 · 1 comment
Open

implementing testing framework #9

lxkain opened this issue Dec 12, 2017 · 1 comment

Comments

@lxkain
Copy link
Collaborator

lxkain commented Dec 12, 2017

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

@j9ac9k
Copy link
Collaborator

j9ac9k commented Dec 12, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants