Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michiel Cottaar
fslpy
Commits
d12591ef
Commit
d12591ef
authored
Nov 07, 2017
by
Paul McCarthy
🚵
Browse files
Update CI to point to test_idle.py instead of test_async.py
parent
bd9253ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d12591ef
...
...
@@ -270,7 +270,7 @@ variables:
# We run some tests under xvfb-run
# because they invoke wx. Sleep in
# between, otherwise xvfb gets upset.
-
xvfb-run python setup.py test --addopts="$TEST_OPTS tests/test_
async
.py"
-
xvfb-run python setup.py test --addopts="$TEST_OPTS tests/test_
idle
.py"
-
sleep
5
-
xvfb-run python setup.py test --addopts="$TEST_OPTS tests/test_platform.py"
...
...
@@ -284,7 +284,7 @@ variables:
-
su -s /bin/bash -c 'source test.venv/bin/activate && python setup.py test --addopts="$TEST_OPTS tests/test_immv_imcp.py"' nobody
# All other tests can be run as normal
-
python setup.py test --addopts="$TEST_OPTS --ignore=tests/test_
async
.py --ignore=tests/test_platform.py --ignore=tests/test_immv_imcp.py"
-
python setup.py test --addopts="$TEST_OPTS --ignore=tests/test_
idle
.py --ignore=tests/test_platform.py --ignore=tests/test_immv_imcp.py"
-
python -m coverage report
...
...
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