Skip to main content

Module provider

Module provider 

Source
Expand description

Provider traits and implementations for sandbox execution environments.

Modules§

default
Default provider — uses custom shell commands for sandbox lifecycle management.
local
Local process provider — runs tests as child processes on the local machine.
modal
Modal provider — simplified configuration for running tests on Modal sandboxes.

Structs§

Command
A command to execute in a sandbox.
ExecResult
Result of executing a command in a sandbox.

Enums§

OutputLine
A single line of output from a streaming command.
ProviderError
Errors that can occur during provider operations.

Traits§

Sandbox
An isolated execution environment for running commands.
SandboxProvider
Factory for creating and managing sandbox instances.

Type Aliases§

OutputStream
A stream of output lines from a command.
ProviderResult
Result type for provider operations.