-
-
Notifications
You must be signed in to change notification settings - Fork 900
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
Use pytest, test dependency versions #363
Comments
added tox/travis envs in #388 |
Are looking for help with converting to pytest? I would like to help out. |
@thrawny yes, that would be a big help! Some things I'd like to do:
Ultimately, I'd like to rewrite the whole test suite with consistency and coverage in mind, but you don't have to go that far. You can see Flask-WTF's test suite as an example, I rewrote that a while ago: https://github.com/lepture/flask-wtf/tree/master/tests |
@davidism Great! Thanks for the input. Will start working on it then. |
Flask converted, we should too. They also test at the minimal, current, and development versions of their dependencies. I don't think we need to go development, but we definitely need to test at SQLAlchemy==0.8.
The text was updated successfully, but these errors were encountered: