This respository contains an example django project for the using pytest with Django post
This repo require's Docker + Docker Compose.
Once installed, you can build all services using...
docker-compose build
Run the tests using...
docker-compose run web py.test tests