Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-autocomplete-multi-models
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
django-autocomplete-multi-models
Commits
2eb0ea38
Commit
2eb0ea38
authored
3 years ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
test app
parent
46ee8b0e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+7
-1
7 additions, 1 deletion
.gitlab-ci.yml
requirements-test.txt
+1
-0
1 addition, 0 deletions
requirements-test.txt
requirements.txt
+2
-0
2 additions, 0 deletions
requirements.txt
with
10 additions
and
1 deletion
.gitlab-ci.yml
+
7
−
1
View file @
2eb0ea38
...
...
@@ -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
This diff is collapsed.
Click to expand it.
requirements-test.txt
+
1
−
0
View file @
2eb0ea38
python-decouple
pre-commit
Black==20.8b1
coverage
This diff is collapsed.
Click to expand it.
requirements.txt
+
2
−
0
View file @
2eb0ea38
django
~=3.2.12
psycopg2
psycopg2-binary
# end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment