Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fslpy
Commits
c95b050d
Commit
c95b050d
authored
5 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
MNT: Register pytest markers
parent
f77d0d63
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.cfg
+11
-12
11 additions, 12 deletions
setup.cfg
with
11 additions
and
12 deletions
setup.cfg
+
11
−
12
View file @
c95b050d
...
...
@@ -5,21 +5,20 @@ test=pytest
universal
=
1
[tool:pytest]
# Available test markers:
# - fsltest: Requires FSL
# - wxtest: Requires wxPython
# - dicomtest: Requires dcm2niix
# - meshtest: Requires trimesh and rtree
# - igziptest: Requires indexed_gzip
# - piltest: Requires Pillow
# - noroottest: Need to be executed as
# non-root user (will fail
# otherwise)
# - longtest: Takes a long time
#
markers
=
fsltest:
Requires
FSL
wxtest:
Requires
wxPython
dicomtest:
Requires
dcm2niix
meshtest:
Requires
trimesh
and
rtree
igziptest:
Requires
indexed_gzip
piltest:
Requires
Pillow
noroottest:
Need
to
be
executed
as
non-root
user
(will
fail
otherwise)
longtest:
Takes
a
long
time
testpaths
=
tests
addopts
=
-v --niters=50 --cov=fsl -m "not longtest"
[flake8]
ignore
=
E127,E201,E203,E221,E222,E241,E271,E272,E301,E302,E303,E701,W504
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment