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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ Detailed documentation for each endpoint is available here: [Documentation](./do
71
71
72
72
This repo is referenced by multiple YouTube videos, including various tutorials about good coding practices and good code management. Of note:
73
73
74
+
- Automated Pull Requests: See the Github Actions tab of the GitHub Repository. Github Actions are triggered on pull requests to run any of several different kinds of technology-specific unit tests depending on the contents of the commits included in the PR.
74
75
-[python-dotenv](https://pypi.org/project/python-dotenv/) for storing sensitive data for local development
75
76
-[.gitignore](./.gitignore) ensures that no sensitive nor useless data accidentally gets pushed to GitHub.
76
77
-[tox.ini](./tox.ini) file for configuring behaviors of Python testing tools
0 commit comments