-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
a:testMake sure the plugin is more robust through more testingMake sure the plugin is more robust through more testing
Description
The samples/sample-all is a nice thing to test that in combination everything gives a valid result.
However, not all conflict situation can be produced together in a single dependency graph.
I could imagine to have a test setup (abstract test super class or test fixture code) where you can then write tests only providing the following:
Conflict with automatic resolution:
dependencies:
...
...
expected selected dependencies:
...
...
Conflict without solution:
dependencies:
...
...
expected conflict:
...
Metadata
Metadata
Assignees
Labels
a:testMake sure the plugin is more robust through more testingMake sure the plugin is more robust through more testing