mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-02 02:29:16 -05:00
refactor(tito): remove doctor alias, use health as single command
Remove the doctor/health alias duplication in favor of a single 'tito system health' command for environment validation. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
@@ -95,7 +95,7 @@ class TestCommandExecution:
|
||||
|
||||
@pytest.mark.parametrize("command,subcommand", [
|
||||
('system', 'info'),
|
||||
('system', 'doctor'),
|
||||
('system', 'health'),
|
||||
('module', 'status'),
|
||||
('module', 'list'),
|
||||
('community', 'join'),
|
||||
|
||||
Reference in New Issue
Block a user