Home
About
Blog
Courses
Contact
More about Django
· Module 8 - Testing and continuous integration
8.2 pytest-django
20 min
Back to the curriculum
Video coming soon
The recording for this lesson has not been published yet.
What we cover
Installing and configuring pytest-django
pytest.ini or pyproject settings
db, client and rf fixtures
conftest.py and your own fixtures
Written notes for this lesson are being prepared. The outline above already shows what the recording will cover.
← 8.1 Why tests, and what to test first
8.3 Testing models, views and forms →
After this lesson you will
Run the Django test suite with pytest
Share setup between tests using fixtures
Module 8
8.1
Why tests, and what to test first
8.2
pytest-django
8.3
Testing models, views and forms
8.4
Coverage and quality gates
8.5
Continuous integration with GitHub Actions