eiffel-community / etos

Eiffel Test Orchestration System
https://etos.readthedocs.io
Apache License 2.0
9 stars 6 forks source link

Using the same name for all suites does not work #149

Open t-persson opened 1 year ago

t-persson commented 1 year ago

Description

When running permutation testing you add two suites into the TERCC json. If these are not unique we are not able to figure out the correct number of test suites thus resulting in an error.

Motivation

While we should strive for unique test suite names, it will not be possible to enforce that so we should handle it.

Exemplification

Benefits

Will be clear what happens in ETOS and ETOS will still work.

Possible Drawbacks

None