eiffel-community / etos

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

"Empty" suite file passes validation #254

Open fredjn opened 4 weeks ago

fredjn commented 4 weeks ago

Description

Trying to execute a suite that is an empty list [] currently passes the suite validation. It should fail.

Additional Context

No response

Logs

No response

Expected Behavior

Suite file validation should fail with suite file containing empty list.

Steps To Reproduce

  1. Create a suite file that only contains and empty list (e.g [])
  2. Try to execute the suite.

The version of this project/repo, if applicable

6.6.0

The version/edition of the Eiffel Protocol used, if applicable

N/A