-
Notifications
You must be signed in to change notification settings - Fork 27
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
Unable to run tests - dependency issue #28
Comments
i think there has been a code reorg at some point (from
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
orrequirements_test.txt
.setup.py
only specifiesFlask
as a dependency, and no test dependencies.If I install
Flask
and runpython3 setup.py test
, it says: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?The text was updated successfully, but these errors were encountered: