Also output the actual error on svg backend tests using subprocess #6747

Merged
merged 1 commit into from Jul 16, 2016

Conversation

Projects
None yet
4 participants
Contributor

janschulz commented Jul 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.

@janschulz janschulz TST: Also output the actual error on svg backend tests using subprocess
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.
45a1d22

mdboom added the needs_review label Jul 15, 2016

@tacaswell 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