You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ All commands must be run via `mkosi box`, e.g. `mkosi box -- just check`.
13
13
-**Check (format, lint, spell, type-check):**`mkosi box -- just check`
14
14
-**Auto-format:**`mkosi box -- just fmt`
15
15
-**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`
0 commit comments