mirror of https://github.com/chriskiehl/Gooey.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
239 B
7 lines
239 B
"""
|
|
Integration tests that exercise Gooey's various run modes
|
|
|
|
WX Python needs to control the main thread. So, in order to simulate a user
|
|
running through the system, we have to execute the actual assertions in a
|
|
different thread
|
|
"""
|