A repository for an article on Testing with Django.
Refer to the .env.example
file to create a .env
file.
Once it's done, run docker-compose up -d --build
To run the tests, run docker-compose exec api pytest
A repository for an article on Testing with Django.
PythonApache-2.0