Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 715 Bytes

File metadata and controls

47 lines (34 loc) · 715 Bytes

Run Container

To start development, you are supposed to run the following command:

mutagen-compose build 

mutagen-compose up -d     

※ if you want to recreate image

if you want to see the api spec, you can access to http://localhost:8080/docs

Development Commands

enter into container

docker exec -it app bash

intall

make install

lint

make lint

format

make format

test

if you want to run all tests, you can run the following command:

make test

if you want to run the specific test, you can run the following command:

scripts/compose_pytest tests/{file or directory you want to test}