Home
last modified time | relevance | path

Searched refs:capturedOutput (Results 1 – 25 of 36) sorted by relevance

12

/dports/misc/exercism/cli-3.0.13/cmd/
H A Dcmd_test.go96 type capturedOutput struct { struct
101 func newCapturedOutput() capturedOutput {
102 return capturedOutput{
111 func (co capturedOutput) override() { argument
117 func (co capturedOutput) reset() { argument
/dports/net-mgmt/py-opn-cli/opn-cli-0.8.1/opnsense_cli/tests/formats/
H A Dbase.py63 capturedOutput = io.StringIO()
64 sys.stdout = capturedOutput
67 result = capturedOutput.getvalue()
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/server/filters/
H A Dtimeout_test.go261 capturedOutput := readStdErr()
264 if isStackTraceLoggedByRuntime(capturedOutput) {
265 t.Errorf("unexpected stack trace in log, actual = %v", capturedOutput)
267 …if !strings.Contains(capturedOutput, `timeout or abort while handling: method=GET URI="/" audit-ID…
268 t.Errorf("unexpected output captured actual = %v", capturedOutput)
352 capturedOutput := readStdErr()
355 if isStackTraceLoggedByRuntime(capturedOutput) {
356 t.Errorf("unexpected stack trace in log, actual = %v", capturedOutput)
358 …if !strings.Contains(capturedOutput, `timeout or abort while handling: method=GET URI="/" audit-ID…
359 t.Errorf("unexpected output captured actual = %v", capturedOutput)
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/server/filters/
H A Dtimeout_test.go248 capturedOutput := readStdErr()
249 if strings.Count(capturedOutput, "\n") != 1 {
250 t.Errorf("unexpected output captured actual = %v", capturedOutput)
252 if !strings.Contains(capturedOutput, `timeout or abort while handling: GET "/"`) {
253 t.Errorf("unexpected output captured actual = %v", capturedOutput)
338 capturedOutput := readStdErr()
339 if strings.Count(capturedOutput, "\n") != 1 {
340 t.Errorf("unexpected output captured actual = %v", capturedOutput)
342 if !strings.Contains(capturedOutput, `timeout or abort while handling: GET "/"`) {
343 t.Errorf("unexpected output captured actual = %v", capturedOutput)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/cmd/cortex/
H A Dmain_test.go157 type capturedOutput struct { struct
166 func captureOutput(t *testing.T) *capturedOutput {
175 co := &capturedOutput{
196 func (co *capturedOutput) Done() (stdout []byte, stderr []byte) { argument
/dports/shells/elvish/elvish-0.17.0/pkg/prog/progtest/
H A Dprogtest.go153 w1, get1 := capturedOutput()
154 w2, get2 := capturedOutput()
167 func capturedOutput() (*os.File, func() string) { func
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Tests/TestCasesRunner/
H A DILCompiler.cs25 var capturedOutput = new List<string> (); in Compile()
29 process.OutputDataReceived += (sender, args) => capturedOutput.Add (args.Data); in Compile()
H A DPeVerifier.cs79 var capturedOutput = new List<string> (); in CheckAssembly()
83 process.OutputDataReceived += (sender, args) => capturedOutput.Add (args.Data); in CheckAssembly()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydev_runfiles/
H A Dpydev_runfiles_nose.py109 if hasattr(test, 'capturedOutput') and test.capturedOutput:
110 return test.capturedOutput
/dports/devel/py-pydevd/pydevd-1.1.1/_pydev_runfiles/
H A Dpydev_runfiles_nose.py109 if hasattr(test, 'capturedOutput') and test.capturedOutput:
110 return test.capturedOutput
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/
H A Dpydev_runfiles_nose.py135 if hasattr(test, 'capturedOutput') and test.capturedOutput:
136 return test.capturedOutput
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/eunit/include/
H A Deunit.hrl152 -ifndef(capturedOutput).
153 -define(capturedOutput, macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/eunit/include/
H A Deunit.hrl152 -ifndef(capturedOutput).
153 -define(capturedOutput, macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/eunit/include/
H A Deunit.hrl152 -ifndef(capturedOutput).
153 -define(capturedOutput, macro
/dports/lang/erlang/otp-OTP-24.1.7/lib/eunit/include/
H A Deunit.hrl152 -ifndef(capturedOutput).
153 -define(capturedOutput, macro
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/eunit/include/
H A Deunit.hrl152 -ifndef(capturedOutput).
153 -define(capturedOutput, macro
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydev_runfiles/
H A Dpydev_runfiles_nose.py137 if hasattr(test, 'capturedOutput') and test.capturedOutput:
138 return test.capturedOutput
/dports/devel/py-nose/nose-1.3.7/nose/plugins/
H A Dmanager.py333 capt = test.capturedOutput
344 capt = test.capturedOutput
351 capt = test.capturedOutput
H A Dcapture.py74 test.capturedOutput = output = self.buffer
/dports/biology/py-crossmap/CrossMap-0.5.4/.eggs/nose-1.3.7-py3.6.egg/nose/plugins/
H A Dmanager.py333 capt = test.capturedOutput
344 capt = test.capturedOutput
351 capt = test.capturedOutput
H A Dcapture.py74 test.capturedOutput = output = self.buffer
/dports/biology/py-crossmap/CrossMap-0.5.4/.eggs/nose-1.3.7-py3.7.egg/nose/plugins/
H A Dmanager.py333 capt = test.capturedOutput
344 capt = test.capturedOutput
351 capt = test.capturedOutput
H A Dcapture.py74 test.capturedOutput = output = self.buffer
/dports/devel/py-nose/nose-1.3.7/unit_tests/
H A Dtest_capture_plugin.py84 assert 'Oh my!' in d.capturedOutput, "Output not attached to test"
/dports/devel/py-nose/nose-1.3.7/nose/
H A Dcase.py38 self.capturedOutput = None

12