Skip to content

Commit

Permalink
chore: add test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Apr 24, 2024
1 parent 1308472 commit d702ff4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/bash/test_v2_example.bats
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,9 @@ assert_eq() {

assert_eq $(ls -Ap $HOME | sort | cat)
}

@test "completion subsubcommand" {
calc_completion cliname test

assert_eq rubocop pytest
}

0 comments on commit d702ff4

Please sign in to comment.