Optimizing Test Structure #1151
coolbeevip
started this conversation in
Ideas
Replies: 1 comment
-
Thanks @coolbeevip ! Sorry for the late reply, it's really a great idea, we need to do this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the project's test cases are in the camel/test directory. Some tests need a Google API key or an OpenAI API key to run correctly.
If a contributor hasn't set up these keys in their forked repo, their tests will fail when submitting a PR. But these keys aren’t free.
Could we organize the test cases into two categories: unit_tests and integration_tests? It would look like this:
This would make it easier for contributors to submit PRs during the CI/CD process while still keeping the necessary integration tests functional after merging.
Beta Was this translation helpful? Give feedback.
All reactions