Simple Test RunnerΒΆ
OverviewΒΆ
tests/simple_test_runner.py
is a convenience script that seeds the environment
with safe defaults and invokes pytest against a minimal subset of tests. It is
useful for validating installations where the full suite may require additional
infrastructure.
BehaviourΒΆ
- Sets environment variables (
WANDB_MODE
,EZPZ_LOG_LEVEL
,RANK
,WORLD_SIZE
,LOCAL_RANK
) to benign defaults. - Injects the repository
src/
directory ontosys.path
. - Executes
pytest -v tests/test_ezpz.py
.