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
57d86181
Commit
57d86181
authored
May 17, 2013
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use 'zope-testrunner' within tox.
parent
e2543bbf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
tox.ini
tox.ini
+13
-2
No files found.
tox.ini
View file @
57d86181
[tox]
[tox]
envlist
=
py26,py27,py32,py33
envlist
=
py26,py27,py32,py33
,simple
[testenv]
[testenv]
commands
=
commands
=
python
setup.py
test
-q
# Run unit tests first.
zope-testrunner
-u
--test-path
=
src --auto-color --auto-progress
# Only run functional tests if unit tests pass.
zope-testrunner
-f
-j99
--test-path
=
src --auto-color --auto-progress
# without explicit deps, setup.py test will download a bunch of eggs into $PWD
# without explicit deps, setup.py test will download a bunch of eggs into $PWD
deps
=
deps
=
BTrees
BTrees
...
@@ -18,6 +21,14 @@ deps =
...
@@ -18,6 +21,14 @@ deps =
zope.testing
zope.testing
zope.testrunner
zope.testrunner
[testenv:simple]
# Test that 'setup.py test' works
basepython
=
python2.7
commands
=
python
setup.py
test
-q
deps
=
{[testenv]deps}
[testenv:coverage]
[testenv:coverage]
basepython
=
basepython
=
python2.7
python2.7
...
...
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