beeware / cricket

A GUI tool for running Python test suites.
BSD 3-Clause "New" or "Revised" License
213 stars 69 forks source link

Change cricket build to 3.5 #71

Closed phildini closed 6 years ago

phildini commented 6 years ago

This PR does two related things.

1) Move smoke build to python3.5, since 3.4's usage is slowly being deprecated. 2) Fix tests, removing a bunch of now-unnecessary ones since we're using Toga's data store methods and don't have to rely on maintaining our own data store.