Skip to content

This is an example made for a presentation on how to build Unit Tests

Notifications You must be signed in to change notification settings

MatheusNaldi/how-to-build-uts

Repository files navigation

Setting up the development environment

Execute the following commands after cloning the repository:

cp .env.template .env
docker-compose up

After that the project should be running on (https://localhost:3000/)[https://localhost:3000/].

Run Tests

Execute the following command after the repository is up & running:

docker exec -it how-to-build-uts-api sh -c "./manage.py test"

About

This is an example made for a presentation on how to build Unit Tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published