PyFixate / Fixate

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

GUI Progress bar is one step ahead #36

Open pazzarpj opened 6 years ago

pazzarpj commented 6 years ago

The progress bar is at 100% when the final test is executing. This is misleading. The progress bar should be set for appropriate percentage at the end of each test. eg. Test with 4 tests should show 75% progress on Test 4 until test is completed.

smontanari1 commented 5 years ago

Progress bar appears to be drawn as number of tests completed +1 BEFORE a test rather than number of tests completed AFTER a test