Skip to content
Snippets Groups Projects
Commit 2eb0ea38 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

test app

parent 46ee8b0e
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,13 @@ stages:
test-style:
stage: test
needs: []
image: python:3.9
script:
- pip install -q -r requirements-test.txt
- black ./autocomplete_multi_models/ --check --diff --config ./pyproject.toml
test:
stage: test
image: python:3.9
script:
- pip3 install -r requirements.txt -r requirements-test.txt
- coverage report --skip-covered --omit=*/wsgi.py,*/asgi.py,manage.py,*/apps.py,setup.py
python-decouple
pre-commit
Black==20.8b1
coverage
django~=3.2.12
psycopg2
psycopg2-binary
# end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment