shell-cell 1.6.2

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
[project]
name = "e2e-tests"
version = "0.1.0"
description = "End-to-end tests for the scell binary"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "pexpect>=4.9",
    "pytest>=8.0",
    "requests>=2.32.5",
]

[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["tests"]