Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ynic-public
yias
Commits
5322eb19
Commit
5322eb19
authored
Dec 12, 2019
by
Mark Hymers
Browse files
Update test options
Signed-off-by:
Mark Hymers
<
mark.hymers@ynic.york.ac.uk
>
parent
d6a37914
Pipeline
#1376
passed with stage
in 8 minutes and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5322eb19
...
...
@@ -2,7 +2,7 @@ all:
test
:
YIAS_TESTDATA
=
$(CURDIR)
/../yias-testdata py.test-3
--cov
yias
--cov-report
=
term-missing
yias
YIAS_TESTDATA
=
$(CURDIR)
/../yias-testdata py.test-3 yias
testv
:
YIAS_TESTDATA
=
$(CURDIR)
/../yias-testdata py.test-3
-v
-s
--cov
yias
--cov-report
=
term-missing
yias
YIAS_TESTDATA
=
$(CURDIR)
/../yias-testdata py.test-3
-v
-s
yias
setup.cfg
View file @
5322eb19
[flake8]
max-line-length=120
[tool:pytest]
addopts = --cov yias --cov-report=term-missing
filterwarnings =
ignore::DeprecationWarning:h5py.*:
ignore::DeprecationWarning:nibabel.*:
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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