mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
test logging improved
This commit is contained in:
+3
-1
@@ -194,7 +194,9 @@ public final class PyToxTest extends PyEnvTestCase {
|
||||
|
||||
// Check expected output
|
||||
Assert
|
||||
.assertThat(String.format("Interpreter %s does not have expected string in output", interpreterName),
|
||||
.assertThat(String.format("Interpreter %s does not have expected string in output. \n " +
|
||||
"All : " + all + "\n" +
|
||||
"Error:" + stderr, interpreterName),
|
||||
getTestOutput(interpreterSuite), Matchers.containsString(myInterpreters.get(interpreterName).myExpectedOutput));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user