Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
17384f47
Commit
17384f47
authored
Nov 10, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
3358d6f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
component/ZODB/test-common.cfg
component/ZODB/test-common.cfg
+9
-2
No files found.
component/ZODB/test-common.cfg
View file @
17384f47
...
...
@@ -12,6 +12,7 @@ extends =
parts =
ZODB
.nxdtest
# for instance
ZODB-python
...
...
@@ -41,7 +42,13 @@ template = inline:
export PS1="(ZODB-env) $PS1"
export PATH=${buildout:bin-directory}:$PATH
# XXX generate .nxdtest
# .nxdtest to run ZODB tests
[.nxdtest]
<= jinja2-template
template = inline:
ZODB = '${ZODB-repository:location}'
TestCase('u', ['python', '-m', 'zope.testrunner', '-u', '--test-path=src'], cwd=ZODB)
TestCase('f', ['python', '-m', 'zope.testrunner', '-f', '--test-path=src'], cwd=ZODB)
# instance to run nxdtest.
[instance.cfg]
...
...
@@ -52,7 +59,7 @@ template = inline:
[runTestSuite]
env.sh = ${ZODB-env.sh:rendered}
workdir = ${
ZODB-repository:location
}
workdir = ${
buildout:directory
}
[versions]
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