A good starting point for a new python project. Uses pytest for testing.General idea from Learn Python the hard way.
To use:
- Fork repo as new project
mkvirtualenv projectpip install -r requirements.txtpip install -e .>>> See: pytest docs on errorpytestshould return one successful test- Change the package name, update setup.py, etc.