Also add a unittest for the latest version logic and moved the Pitivi tests to test_application.py because that's the module where the Pitivi class resides.
fe2d994 mainwindow: Make the version display more robust in the about window
pitivi/application.py | 29 ++++++++++++-----
pitivi/dialogs/startupwizard.py | 21 +++++++------
pitivi/mainwindow.py | 17 +++++-----
tests/Makefile.am | 3 +-
tests/test_application.py | 66 +++++++++++++++++++++++++++++++++++++++
tests/test_basic.py | 24 --------------
6 files changed, 109 insertions(+), 51 deletions(-)
Upstream: git.gnome.org