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 project
pip install -r requirements.txt
pip install -e .
>>> See: pytest docs on errorpytest
should return one successful test- Change the package name, update setup.py, etc.