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
beat
beat.core
Commits
b08c04a3
Commit
b08c04a3
authored
Apr 23, 2018
by
André Anjos
💬
Browse files
Use a better "skip" name for test
parent
2287ea81
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/test/test_plotter.py
View file @
b08c04a3
...
...
@@ -90,7 +90,7 @@ def test_plot_png():
#with open('test.png', 'wb') as f: f.write(fig)
def
no_test
_plot_jpeg
():
def
skip
_plot_jpeg
():
# disabled test: matplotlib on 'defaults' is not compiled against libjpeg
fig
=
do_plot
(
'image/jpeg'
)
nose
.
tools
.
eq_
(
imghdr
.
what
(
'test.jpg'
,
fig
),
'jpeg'
)
...
...
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