eclipse-pass / main

Catch all repository against which issues of general, cross cutting topics are logged.
Apache License 2.0
4 stars 8 forks source link

Make pass-core test configuration reusable #1071

Closed rpoet-jh closed 1 month ago

rpoet-jh commented 1 month ago

Description

We should investigate if we can make the test-core test configuration reusable by pass-support and pass-docker.

Value

Currently, there is a pass-core test configuration in pass-support and pass-docker for testing. Having duplicates of the same test configuration is most likely not ideal, we would ideally have just one copy in pass-core.

Users/Target Audience

Devs

Requirements

N/A

Examples

N/A

Risks

Depending on solution, classpath issues may be hit when running tests.