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.
- Exec
Result - Result of executing a command in a sandbox.
Enums§
- Output
Line - A single line of output from a streaming command.
- Provider
Error - Errors that can occur during provider operations.
Traits§
- Sandbox
- An isolated execution environment for running commands.
- Sandbox
Provider - Factory for creating and managing sandbox instances.
Type Aliases§
- Output
Stream - A stream of output lines from a command.
- Provider
Result - Result type for provider operations.