You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project currently has no unit tests. To close this issue, just PR in a basic framework for testing (i.e. the basic structure and some minimal tests).
The text was updated successfully, but these errors were encountered:
I can't contribute this at this time. A first pass would be to set up very basic Travis that just runs python setup.py install to at least get PR build failures if the package can't be installed. You could look at how I set it up for doppel-cli but that is probably overkill for what you want (https://github.com/jameslamb/doppel-cli). See the .travis.yml file there.
I can't think of a good example right now for a simple setup for a Python project with a web service. I would start with the "get it installing" test and go from there.
This project currently has no unit tests. To close this issue, just PR in a basic framework for testing (i.e. the basic structure and some minimal tests).
The text was updated successfully, but these errors were encountered: