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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Evan Edmond
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
...
@@ -5,21 +5,20 @@ test=pytest
universal
=
1
universal
=
1
[tool:pytest]
[tool:pytest]
# Available test markers:
markers
=
# - fsltest: Requires FSL
fsltest:
Requires
FSL
# - wxtest: Requires wxPython
wxtest:
Requires
wxPython
# - dicomtest: Requires dcm2niix
dicomtest:
Requires
dcm2niix
# - meshtest: Requires trimesh and rtree
meshtest:
Requires
trimesh
and
rtree
# - igziptest: Requires indexed_gzip
igziptest:
Requires
indexed_gzip
# - piltest: Requires Pillow
piltest:
Requires
Pillow
# - noroottest: Need to be executed as
noroottest:
Need
to
be
executed
as
non-root
user
(will
fail
otherwise)
# non-root user (will fail
longtest:
Takes
a
long
time
# otherwise)
# - longtest: Takes a long time
#
testpaths
=
tests
testpaths
=
tests
addopts
=
-v --niters=50 --cov=fsl -m "not longtest"
addopts
=
-v --niters=50 --cov=fsl -m "not longtest"
[flake8]
[flake8]
ignore
=
E127,E201,E203,E221,E222,E241,E271,E272,E301,E302,E303,E701,W504
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