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
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
Christoph Arthofer
fslpy
Commits
2cca8c73
Commit
2cca8c73
authored
6 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
TEST: Some pytest configurations complain about pytest.raises arguments not
being errors.
parent
05b07c62
No related branches found
Branches containing commit
Tags
1.10.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_image.py
+5
-1
5 additions, 1 deletion
tests/test_image.py
with
5 additions
and
1 deletion
tests/test_image.py
+
5
−
1
View file @
2cca8c73
...
...
@@ -39,8 +39,12 @@ except ImportError:
try
:
import
indexed_gzip
as
igzip
except
ImportError
:
class
MockError
(
Exception
):
pass
igzip
=
mock
.
MagicMock
()
igzip
.
ZranError
=
m
ock
.
MagicMock
()
igzip
.
ZranError
=
M
ock
Error
def
make_image
(
filename
=
None
,
...
...
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