mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
feat: Création de tests unitaires pour le back[#63]
This commit is contained in:
@ -36,6 +36,20 @@ services:
|
||||
- database
|
||||
command: python start.py
|
||||
|
||||
backend-test:
|
||||
build:
|
||||
context: ./Back-End
|
||||
volumes:
|
||||
- ./Back-End:/Back-End
|
||||
env_file: "./conf/backend.env"
|
||||
links:
|
||||
- "database:database"
|
||||
- "redis:redis"
|
||||
depends_on:
|
||||
- redis
|
||||
- database
|
||||
command: python manage.py test
|
||||
|
||||
volumes:
|
||||
postgres-data:
|
||||
redis-data:
|
||||
|
||||
Reference in New Issue
Block a user