Skip to content

Commit

Permalink
testing: CLI test to bats
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Sep 2, 2024
1 parent c174ff0 commit 16e57e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
16 changes: 16 additions & 0 deletions tests/bats/001-invocation.bats
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,19 @@ load "helpers"
gallia --show-config
rm_gallia_toml
}

@test "invoke gallia -h" {
gallia -h
}

@test "invoke hr -h" {
hr -h
}

@test "invoke netzteil -h" {
netzteil -h
}

@test "invoke cursed-hr -h" {
cursed-hr -h
}
11 changes: 0 additions & 11 deletions tests/pytest/test_help.py

This file was deleted.

0 comments on commit 16e57e4

Please sign in to comment.