-
Notifications
You must be signed in to change notification settings - Fork 724
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
Introduce a new JCasC Test Harness Library #917
Labels
test
A PR that adds to testing - used by Release Drafter
Comments
oleg-nenashev
added
feature
A PR that adds a feature - used by Release Drafter
test
A PR that adds to testing - used by Release Drafter
labels
Jun 7, 2019
Yes, I believe we discussed it before, last time there was a packaging issue with the test classifier, we did the quick fix at the time but a separate module would be good in my opinion |
LGTM ❤️ |
6 tasks
resolved in #1215 |
ERR_RACE_CONDITION |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your checklist for this issue
🚨 Please review the guidelines for contributing to this repository.
Feature Request
It looks like we have a lot of test framework functionality for JCasC:
Currently it is hard to reuse this code, because it is located within the test suites, so an odd dependency is needed. Also, it makes the downstream plugins to pull in more test dependencies than we really want.
What if we introduce a new
configuration-as-code-test-harness
component which would ship it in a library?The text was updated successfully, but these errors were encountered: