On Sat, May 9, 2020 at 8:37 AM vitalije <vitali...@gmail.com> wrote:

If you want to have visual feedback add the following line in the
> test_select_and_commands function:
> ...
> meth = getattr(app, name)
> meth()
> app.processEvents() # <--- add this line
> ...
>
> Tests will run about 3 times slower, so you might want to change
> max_examples=5000 in the decorator to something less.
>

Thanks. The test eventually did pass on my machine. It took 538 seconds.

With processEvents enabled tests took 43 sec. to run with a count of 500.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS0eaSAcX7-fyPTsOEmQL6raEHTXQ_bF0Y0PxCjs2yYNgg%40mail.gmail.com.

Reply via email to