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

Coding Guideline Request: Testing #49

Open
TheRipperoni opened this issue Feb 5, 2025 · 2 comments
Open

Coding Guideline Request: Testing #49

TheRipperoni opened this issue Feb 5, 2025 · 2 comments

Comments

@TheRipperoni
Copy link
Contributor

Unsure if it's early to be mentioning this, but it may be worth while to determine some requirements or best practices for when PRs are submitted regarding testing and unit tests

@rudyfraser
Copy link
Member

I'll keep this open as it's a good idea. Definitely don't have time to draw something like that up right now though.
Folks should definitely include unit tests with their PRs where possible however.

@TheRipperoni
Copy link
Contributor Author

Created a draft in pull requests of one possible route that could be taken in regards to integration testing.

Main focuses are

  • Keep in simple to create new test cases (so developers can easily add them without blocking workflow)
  • Relatively platform agnostic
  • Keeping mocks to a minimum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants