jwjacobson / jazztunes

a jazz repertoire management app
https://jazztunes.org
GNU General Public License v3.0
4 stars 1 forks source link

Ra/30 nov 23/code checkin #47

Closed ryaustin closed 11 months ago

ryaustin commented 11 months ago

Hi Jeff, I forgot to open the PR for you to review.

python-decouple - Personal favorite way to manage secrets in development. OS agnostic: https://pypi.org/project/python-decouple/

ipdb - debugging is a power skill in development. Boost your django developer experience with this powerful shell and pdb replacement: https://pypi.org/project/ipdb/

pytest - for testing, pytest-django to be specific for the additional tools for testing a web app: https://pytest-django.readthedocs.io/en/latest/

coverage - for providing code coverage stats, helping you to discover what tests to write next - https://pypi.org/project/pytest-cov/

This list covers the major additions to the project in this PR.