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

Refactor test/framework/bin.bats to use bats-assert entirely #8

Open
pylipp opened this issue Jan 25, 2020 · 0 comments
Open

Refactor test/framework/bin.bats to use bats-assert entirely #8

pylipp opened this issue Jan 25, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@pylipp
Copy link
Owner

pylipp commented Jan 25, 2020

E.g.

  [ $status -eq 0 ]
  [ "${lines[0]}" = "valid_app=1.1" ]

becomes

  assert_success
  assert_line -n 0 "valid_app=1.1"
@pylipp pylipp added enhancement New feature or request good first issue Good for newcomers labels Jan 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant