pip(deps): bump cookiecutter from 2.4.0 to 2.5.0 #15
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Scripts Integrations / BATS Results
succeeded
Nov 24, 2023 in 0s
31 passed, 0 failed and 0 skipped
✔️ bats.xml
31 tests were completed in 1s with 31 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
common.bats | 13✔️ | 319ms | ||
prepare.bats | 2✔️ | 114ms | ||
removes.bats | 7✔️ | 398ms | ||
updates.bats | 9✔️ | 613ms |
✔️ common.bats
✔️ start_group() outputs correct format for GitHub Workflows
✔️ end_group() outputs correct format for GitHub Workflows
✔️ show_debug() outputs correct format for GitHub Workflows
✔️ show_error() outputs correct format for GitHub Workflows
✔️ exit_error() outputs correct format for GitHub Workflows with exit status
✔️ check_variable() successfully finds REPOSITORY variable
✔️ check_variables() successfully finds BRANCH with other variables
✔️ check_variable() fails on missing REPOSITORY variable
✔️ check_variables() fails on missing TARGET variable among others
✔️ check_command() successfully finds bash command
✔️ check_commands() successfully finds bash and sh commands
✔️ check_command() fails on missing does-not-exist command
✔️ check_commands() fails on missing does-not-exist command
✔️ prepare.bats
✔️ get_template_commit() returns the template commit SHA
✔️ merge_cookiecutters() correctly two-way merges cookiecutter files
✔️ removes.bats
✔️ get_removes() processes removal requests
✔️ get_removes() handles empty requests cleanly
✔️ get_removes() handles empty file cleanly
✔️ do_remove() handles valid removal
✔️ do_remove() skips invalid removal
✔️ do_remove() skips completed removal
✔️ do_remove() ignores empty action
✔️ updates.bats
✔️ get_updates() processes update requests
✔️ get_updates() handles empty requests cleanly
✔️ get_updates() handles empty file cleanly
✔️ do_move() handles valid move
✔️ do_move() skips invalid move
✔️ do_move() skips completed move
✔️ do_move() skips on missing destination
✔️ do_move() skips on missing source
✔️ do_move() ignores empty action
Loading