diff options
Diffstat (limited to 'tests/frontend/help.py')
-rw-r--r-- | tests/frontend/help.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/frontend/help.py b/tests/frontend/help.py index 2a0c502e3..e3b406f56 100644 --- a/tests/frontend/help.py +++ b/tests/frontend/help.py @@ -20,12 +20,11 @@ def test_help_main(cli): @pytest.mark.parametrize("command", [ ('build'), ('checkout'), - ('fetch'), ('pull'), ('push'), ('shell'), ('show'), - ('track'), + ('source'), ('workspace') ]) def test_help(cli, command): |