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.

6 lines
239 B

  1. """
  2. Integration tests that exercise Gooey's various run modes
  3. WX Python needs to control the main thread. So, in order to simulate a user
  4. running through the system, we have to execute the actual assertions in a
  5. different thread
  6. """