issues
search
knilios
/
ku-polls
Online polling and surveying application
0
stars
0
forks
source link
Edit the GitHub auto unit test
#48
Closed
knilios
closed
2 months ago
knilios
commented
2 months ago
Create a Github Action to automatically run unit tests.
Use Python 3.11
Provide values of externalized vars (DEBUG, SECRET_KEY, …) suitable for testing.
Two ways to provide variable values:
Set env variables in your Action script.
Using Environment Variables in Actions
.
Provide a testing.env file that your Action script renames to .env
Create a Github Action to automatically run unit tests.