shell-cell 1.6.3

Shell-Cell. CLI app to spawn and manage containerized shell environments
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# e2e-tests

End-to-end tests for the `scell` binary. They spawn the real binary via a PTY using [pexpect](https://pexpect.readthedocs.io).

## Requirements

- [uv]https://docs.astral.sh/uv/
- A built `scell` binary — run `cargo build` from the repo root first

## Running

```bash
SCELL_BIN=/path/to/scell uv run pytest
```

`SCELL_BIN` must point to the `scell` binary. There is no default — the tests will fail immediately with a clear message if it is not set.