/django-unit-integration-testing

A repository for an article on Testing with Django.

Primary LanguagePythonApache License 2.0Apache-2.0

Django-Testing

A repository for an article on Testing with Django.

Start the project

Refer to the .env.example file to create a .env file.

Once it's done, run docker-compose up -d --build

Running the tests

To run the tests, run docker-compose exec api pytest