Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
callidus
Machina Callida
Commits
34029c73
Commit
34029c73
authored
Apr 30, 2020
by
Konstantin Schulz
Browse files
added missing dependencies (coverage & psycopg2)
parent
e6c8016d
Pipeline
#11427
failed with stages
in 3 minutes and 5 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
mc_backend/requirements.txt
View file @
34029c73
...
...
@@ -11,6 +11,7 @@ cffi==1.14.0
chardet==3.0.4
click==7.1.2
conllu==2.3.2
coverage==5.1
cycler==0.10.0
decorator==4.4.2
docutils==0.15.2
...
...
@@ -40,6 +41,8 @@ MyCapytain==3.0.2
networkx==2.4
numpy==1.18.3
Pillow==7.1.2
psycopg2==2.8.5
psycopg2-binary==2.8.5
pycparser==2.20
PyLD==2.0.2
pyparsing==2.4.7
...
...
mc_backend/tests.py
View file @
34029c73
"""Unit tests for testing the application functionality."""
# TODO: TEST BLINKER
&
GUNICORN IMPORTS
# TODO: TEST BLINKER
,
GUNICORN
, PSYCOPG2-BINARY AND COVERAGE
IMPORTS
import
copy
import
logging
import
ntpath
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment