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

test discovery fails due to unresolvable dependencies #18

Open
PhillipPruett opened this issue Sep 27, 2016 · 0 comments
Open

test discovery fails due to unresolvable dependencies #18

PhillipPruett opened this issue Sep 27, 2016 · 0 comments

Comments

@PhillipPruett
Copy link
Collaborator

For example:

TestClass A depends on Dependency1 and has a registration for it in the test targets.
TestClass B does not depend on Dependency1 and has no registration for it in the test targets.
When resolving all test classes during test discovery where any class valid for that URL, e.g.

/tests/environment/TestClassB --> 500
/tests/environment/TestClassA --> 200
/tests/environment --> 500

originally filed by jonsequitur

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

1 participant