fiaisis / run-detection

The way we detect when our system for reduction should automatically perform a reduction and with what arguments we should do that.
GNU General Public License v3.0
1 stars 1 forks source link

[Run-Detection] Split e2e tests #200

Closed keiranjprice101 closed 6 months ago

keiranjprice101 commented 10 months ago

Description of the issue

Currently there is 1 e2e test. But as the number of scenarios and instruments grows (it is already getting big) It will be more complex and time consuming to have a single test failing multiple times, than multiple tests failing once.

Possible splits are per queue submission, or per instrument. Preference is the former but it takes more code overall.