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

Flamefire improvements + bugfix #11

Merged
merged 22 commits into from
Dec 30, 2022
Merged

Flamefire improvements + bugfix #11

merged 22 commits into from
Dec 30, 2022

Conversation

toote
Copy link

@toote toote commented Dec 30, 2022

This is almost the same as #7. I used it as a starting point merging it to master.

Removed changes from #7

  • Partial matching
    • NB: I believe that it may be an interesting feature, but it will probably break a lot of existing tests and it was the only breaking change. I did not remove the code, just commented it out
  • wrong exit status (had already been corrected)

Added changes on top of #7

  • Corrected all shellcheck warnings
  • Removed assumption of partial stubbing from some tests
  • Corrected handling of commands that don't make for valid variable names and added tests for it as well (closes Can not stub commands with a period #9)

You can run all tests with docker run --rm -ti -v $PWD:/code bats/bats tests

Copy link

@pzeballos pzeballos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏🏻👏🏻👏🏻👏🏻

@pzeballos pzeballos merged commit f952747 into master Dec 30, 2022
@toote toote deleted the flamefire_improvements branch April 10, 2023 22:42
@toote toote mentioned this pull request Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can not stub commands with a period
3 participants