Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Also output the actual error on svg backend tests using subprocess #6747
Conversation
mdboom
added the
needs_review
label
Jul 15, 2016
tacaswell
merged commit 4bfeef6
into matplotlib:master
Jul 16, 2016
1 check passed
continuous-integration/appveyor/pr
AppVeyor build succeeded
Details
tacaswell
removed the
needs_review
label
Jul 16, 2016
QuLogic
added this to the
2.1 (next point release)
milestone
Jul 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
janschulz commentedJul 15, 2016
Up to now the tests only checked the returncode of a test invoking subprocess,
but didn't show the real error printed by the failing tests.
Now we show print the original output on failure so that it is shown in the test
output.