Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
senpy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
senpy
senpy
Commits
7eaf3031
Commit
7eaf3031
authored
Feb 17, 2017
by
J. Fernando Sánchez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added coverage tests
parent
b4ca5f4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
test-requirements.txt
test-requirements.txt
+1
-0
No files found.
.gitlab-ci.yml
View file @
7eaf3031
...
...
@@ -28,8 +28,8 @@ stages:
-
source .venv/$PYTHON_VERSION/bin/activate
-
pip install --use-wheel -r requirements.txt
-
pip install --use-wheel -r test-requirements.txt
-
py
thon setup.py test
-
py
.test --cov=senpy --cov-report term-missing
test-3.5
:
<<
:
*test_definition
image
:
"
python:3.5"
...
...
test-requirements.txt
View file @
7eaf3031
pytest
mock
pytest-cov
Write
Preview
Markdown
is supported
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