Skip to content

Commit

Permalink
refactor: remove unused function run_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Oct 12, 2024
1 parent c1f1609 commit 498a500
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ function runner::functions_for_script() {
shopt -u extdebug
}

# todo: remove me; deprecated. Helper function for test authors to invoke a named test case
function run_test() {
runner::run_test "testing-fn" "$function_name" "$@"
}

function runner::call_test_functions() {
local script="$1"
local filter="$2"
Expand Down

0 comments on commit 498a500

Please sign in to comment.