CyberGRX / questions-three

Toolkit for developing and executing system-level tests
MIT License
5 stars 2 forks source link

test scripts fail quietly if script aborts before suite starts #16

Open ToddBradley opened 4 years ago

ToddBradley commented 4 years ago

This is a design issue. Error reporting goes through the event system which gets initialized when the suite starts, so failures before the suite starts produce output to standard error but don't produce error messages in the reports.

The typical failure mode is that an import statement at the top of the script fails.