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

Use go test as unit test runner #2613

Merged
merged 1 commit into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. Use go test as unit test runner

    Problem: Switching to using ginkgo as the test runner caused some issues with verbose output and difficulty finding test failures. This could also be exacerbated by the fact that we mix standard go test style with ginkgo framework tests.
    
    Solution: For now, switch back to using go test as the runner, since the output is cleaner and easier to find errors.
    sjberman committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a38de0f View commit details
    Browse the repository at this point in the history