We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5bf91 commit e42b9e2Copy full SHA for e42b9e2
python/runner_test.go
@@ -90,5 +90,5 @@ func TestPyInlineStderr(t *testing.T) {
90
DetectExecutable(context.Background())
91
inline := "import sys; sys.stderr.write('___msg___'); sys.exit(1)"
92
_, err := PyInline(context.Background(), inline)
93
- assert.EqualError(t, err, "___msg___")
+ assert.ErrorContains(t, err, "___msg___")
94
}
0 commit comments