-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I'm trying to run the unit tests, so that I can write a PR.
I can't figure out how. There's no requirements.txt or requirements_test.txt.
setup.py only specifies Flask as a dependency, and no test dependencies.
If I install Flask and run python3 setup.py test, it says:
ModuleNotFoundError: No module named 'flask.ext'
So are the dependencies in setup.py missing something? What do I pip install? Flask-Ext? That library has 1 contributor, no stars, no forks, no issues. Is that the right one?
Metadata
Metadata
Assignees
Labels
No labels