ISISComputingGroup/IBEX
GUI build: ensure all tests are being run
Aberta
#4.473 aberto em 28 de jun. de 2019
Good First Issue
Métricas do repositório
- Stars
- (6 estrelas)
- Métricas de merge de PR
- (Mesclagem média 2d 17h) (17 fundiu PRs em 30d)
Description
As a developer I would like the GUI build to run all of the unit tests.
Currently at least the following tests are not being run:
model.testslogger.tests
We should have a check that projects ending in .tests appear in the client.tycho.parent file, and fail the build if this is not true.
Found when creating script generator build.
Acceptance criteria
- GUI build fails if any test module is not listed in
client.tycho.parent/pom.xml - GUI build is running all tests & therefore passes