Skip to content

Commit

Permalink
WIP-partial-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ambhrin-slalom committed Apr 3, 2024
1 parent d8b0880 commit 85f418a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/end-to-end/test-language-detect.bats
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
setup() {
load "${BATS_LIBS_ROOT}/bats-support/load"
load "${BATS_LIBS_ROOT}/bats-assert/load"
}

@test "can detect language" {
#cd tests/end-to-end/test-data/Csharp_Sample/
run python secureli/main.py init -ry
assert_output --partial 'Hooks successfully updated to latest version'
assert_output --partial 'seCureLI has been installed successfully'
}

0 comments on commit 85f418a

Please sign in to comment.