PyFixate / Fixate

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

GUI Abort logic #35

Open pazzarpj opened 6 years ago

pazzarpj commented 6 years ago

It seems the GUI is doing some funky things when closing before finishing tests. Investigate what is going on and ensure that early termination of the GUI runs the expected functions only.

eg. Test 1.2.3 aborting on during the call of test should execute

Test 1.2.3.tear_down Test 1.2.tear_down Test 1.tear_down Test 1.2.exit Test 1.exit

With no other tests being executed.

clint-lawrence commented 5 years ago

@pazzarpj I know you investigated this at least a little. Did it get resolved, or still and open question?

pazzarpj commented 5 years ago

This one is still an open question. One of my GUI refactor branches started to fix this.