PyFixate / Fixate

Framework for hardware test fixtures and automatic test environments
MIT License
22 stars 16 forks source link

Investigate potential to disable the Abort option for tests #178

Open jcollins1983 opened 1 year ago

jcollins1983 commented 1 year ago

Sometimes, we want a test sequence to complete to be able to capture complete failure data, it would be good a have a mechanism to disable the abort option for either a single test, or maybe even also am entire list of tests, this way we can control when or if the user can abort a test.