Skip to content

Weezevent/sample-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Project for technical test

All useful commands

Build the project

docker compose build
docker compose --rm run web python manage.py migrate

Launch

docker compose up web

Migrations

docker compose --rm run web python manage.py makemigrations

Unit test

All tests
docker compose run pytest sample_project

One test file 
docker compose run pytest sample_project/events/tests/test_views.py

One specific test in a file
docker compose run pytest sample_project/events/tests/test_views.py::test_list_event

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published