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

[BE Feat] Implement base test setup #319

Open
4 tasks done
juancwu opened this issue Dec 30, 2024 · 0 comments
Open
4 tasks done

[BE Feat] Implement base test setup #319

juancwu opened this issue Dec 30, 2024 · 0 comments
Assignees
Labels
backend Related to the backend of the project enhancement New feature or request

Comments

@juancwu
Copy link
Contributor

juancwu commented Dec 30, 2024

Description

Implement helper setup functions for a minimal test environment.

Example usage:

func TestMain(m *testing.M) {
  setup()
  code := m.Run()
  cleanup()
  os.Exit(code)
}

Checklist

Before submitting this ticket, make sure this ticket:

  • Is labelled properly - if this is a refactor, add the label!
  • Has the SPUR project assigned to it.
  • Has an assigned milestone.

And lastly:

  • Once someone picks up this ticket, make sure to assign it.
@juancwu juancwu added enhancement New feature or request backend Related to the backend of the project labels Dec 30, 2024
@juancwu juancwu added this to the Complete the project MVP milestone Dec 30, 2024
@juancwu juancwu self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to the backend of the project enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant