Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip(deps): bump cookiecutter from 2.4.0 to 2.5.0 #15

Merged
merged 1 commit into from
Nov 24, 2023

pip(deps): bump cookiecutter from 2.4.0 to 2.5.0

82e2793
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

pip(deps): bump cookiecutter from 2.4.0 to 2.5.0 #15

pip(deps): bump cookiecutter from 2.4.0 to 2.5.0
82e2793
Select commit
Loading
Failed to load commit list.
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

Tests passed successfully

✔️ 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