We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depends on #5
New dependency type test in pyproject.toml
test
pyproject.toml
Add dependencies
"coverage", "pytest", "pytest-django", "pytest-mock", "pytest-socket",
Create tests/pytest directory
tests/pytest
Create a test file and a test that requests / from the app and asserts a 200 response
/
Create a GitHub Actions workflow to run pytests on push and pull_request, upload coverage report, comment w/coverage report
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Depends on #5
New dependency type
test
inpyproject.toml
Add dependencies
Create
tests/pytest
directoryCreate a test file and a test that requests
/
from the app and asserts a 200 responseCreate a GitHub Actions workflow to run pytests on push and pull_request, upload coverage report, comment w/coverage report
The text was updated successfully, but these errors were encountered: