Skip to content

Commit 75ad178

Browse files
committed
AGENTS.md: Fix instructions for running individual tests
1 parent 8ffaeb1 commit 75ad178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ All commands must be run via `mkosi box`, e.g. `mkosi box -- just check`.
1313
- **Check (format, lint, spell, type-check):** `mkosi box -- just check`
1414
- **Auto-format:** `mkosi box -- just fmt`
1515
- **Run all tests:** `mkosi box -- just test`
16-
- **Run specific tests:** `mkosi box -- just test tests/test_framework.py` or `mkosi box -- just test tests/test_framework.py::TestClassName::test_method`
16+
- **Run specific tests:** `mkosi box -- python3 -m barrage tests/test_framework.py` or `mkosi box -- python3 -m barrage tests/test_framework.py::TestClassName::test_method`
1717
- **Run mypy only:** `mkosi box -- mypy ./barrage ./tests`
1818

1919
## Architecture

0 commit comments

Comments
 (0)