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

Consider re-writing tests in Go #84

Open
mdb opened this issue Sep 17, 2020 · 0 comments
Open

Consider re-writing tests in Go #84

mdb opened this issue Sep 17, 2020 · 0 comments
Labels
hacktoberfest Hacktoberfest good first issues kind/enhancement A modification or enhancement to existing functionality

Comments

@mdb
Copy link
Collaborator

mdb commented Sep 17, 2020

Currently, the tests are authored in bats. However, it may be preferable -- and more expected by contributors -- to write the tests in Go. Arguable advantages include...

  • this would require less Go/bash context switching of contributors
  • this would allow the tests to be a bit more precise and granular in their assertions, given the relative ease of using a full programming language over bash
@mdb mdb added kind/enhancement A modification or enhancement to existing functionality hacktoberfest Hacktoberfest good first issues labels Sep 17, 2020
mdb added a commit that referenced this issue Oct 18, 2020
This is in service of addressing issue #84
@mdb mdb mentioned this issue Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest good first issues kind/enhancement A modification or enhancement to existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant