Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
609d8f5b
Commit
609d8f5b
authored
Jul 24, 2017
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore missing --test-path to [coverage] tox env
Remove outdated comment. Remove redundant usedevelop. [skip ci]
parent
64854267
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
tox.ini
tox.ini
+2
-4
No files found.
tox.ini
View file @
609d8f5b
...
...
@@ -17,7 +17,6 @@ commands =
zope-testrunner
-u
--test-path
=
src []
# Only run functional tests if unit tests pass.
zope-testrunner
-f
--test-path
=
src []
# without explicit deps, setup.py test will download a bunch of eggs into $PWD
deps
=
.
[test]
...
...
@@ -32,10 +31,9 @@ deps = {[testenv]deps}
[testenv:coverage]
basepython
=
python2.7
usedevelop
=
true
commands
=
coverage
run
--source
=
ZODB -m zope.testrunner []
coverage
run
--source
=
ZODB -m zope.testrunner
--test-path=src
[]
coverage
report
deps
=
coverage
{
[testenv]
deps}
coverage
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