Skip to content
Snippets Groups Projects
Commit 7cdb0c62 authored by Victor Löfgren's avatar Victor Löfgren
Browse files

#3: Test server test pipline

parent acffcad4
No related branches found
No related tags found
No related merge requests found
__pycache__ __pycache__
*.db *.db
*/env */env
*.coverage *.coverage
\ No newline at end of file .pytest_cache
\ No newline at end of file
stages:
- test
test-server:
stage: test
script:
- cd server/
- pytest --cov app test/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment