Interface: PtyUnavailableReason
@termwright/test / PtyUnavailableReason
Interface: PtyUnavailableReason
Section titled “Interface: PtyUnavailableReason”Defined in: test/src/pty-available.ts:25
Why this machine reported no pseudo-terminal.
opted-out is a deliberate choice and means nothing is wrong. probe-failed
is a machine that cannot do the thing the suite exists to test, and the two
must not look alike: a run whose PTY suites all skipped for the second
reason has proven nothing, and returning a bare false for both is how that
becomes a green tick.
Properties
Section titled “Properties”detail
Section titled “detail”
readonlydetail:string
Defined in: test/src/pty-available.ts:27
readonlykind:"opted-out"|"probe-failed"
Defined in: test/src/pty-available.ts:26