oracc / nammu

Oracc GUI
GNU General Public License v3.0
12 stars 10 forks source link

Adapt Travis tests to test Nammu in headless mode #335

Closed sgrieve closed 6 years ago

sgrieve commented 6 years ago

Related to #34

raquelalegre commented 6 years ago

@sgrieve and I have modified the travis yaml file to run py.test in a separate node in Travis' headless mode. We've been able to test setText in the edit area works. We found we need to be careful on the teardown method and use it to delete nammu's object instead of using NammuController's quit() method, which kills both the GUI thread and the pytest process, messing up with the pytest results.