Skip to content

Developers only

Matej Troják edited this page Mar 2, 2022 · 1 revision

Run in devel mode

./run.sh -h '<host>' -p <port>

with given optional host (default localhost) and port (default 5000). Note that first you need to locally install requirements:

python3 -m pip install -r requirements.txt

to run tests all tests (including integration tests):

tests/run_tests.sh

to run a single test case

tests/run_tests.sh tests.<file name without .py>

to migrate database

migrations/migrate.sh