Skip to content

Commit

Permalink
Added an inline comment as to why the tests are currently commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
ambhrin-slalom committed Apr 26, 2024
1 parent e3c48a5 commit 23e96ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/end-to-end/test-language-detect.bats
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ setup() {
load "${BATS_LIBS_ROOT}/bats-assert/load"
}

# Tests currently commented out as they have a dependency on test data which will be workied on in a future ticket. In order to run them currently, you would need to go into
# each one of the language repo folder under test-data folder and git initialize them. In the future we wish to automate the creation and git initialization of each one of these
# folders

#@test "can detect C# language" {
# run python secureli/main.py init -ryd tests/end-to-end/test-data/Csharp_Sample/
# assert_output --partial '[seCureLI] The following language(s) support secrets detection: C#'
Expand Down

0 comments on commit 23e96ae

Please sign in to comment.