PyFixate / Fixate

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

Gui refactor #84

Closed pazzarpj closed 5 years ago

pazzarpj commented 5 years ago

Basic fixes for #58 #43.

clint-lawrence commented 5 years ago

Looks O.K. to me. One thing that occurred to me (to consider later). Instead of having user_postsequence* functions, there could be a post_sequence hook function. (and pre-sequence etc) That could have useful sequence data like the number of pass/fail tests passed in so info to print could be customised at the time of writing to the user.