lp:~mvo/software-center/test-catview-cleanup
Created by
Michael Vogt
on
2012-05-22
and last modified on
2012-05-22
- Get this branch:
- bzr branch lp:~mvo/software-center/test-catview-cleanup
Only
Michael Vogt
can upload to this branch. If you are
Michael Vogt
please log in for upload directions.
Branch merges
Propose for merging
- Gary Lasker (community): Approve on 2012-05-23
-
Diff: 371 lines (+97/-125)3 files modifiedsoftwarecenter/testutils.py (+6/-0)
softwarecenter/ui/gtk3/views/catview_gtk.py (+12/-9)
test/gtk3/test_catview.py (+79/-116)
- software-store-developers: Pending requested 2012-05-22
-
Diff: 879 lines (+350/-246)7 files modifiedsoftwarecenter/backend/channel.py (+4/-4)
softwarecenter/db/application.py (+5/-4)
softwarecenter/testutils.py (+62/-0)
softwarecenter/ui/gtk3/models/appstore2.py (+11/-5)
softwarecenter/ui/gtk3/views/catview_gtk.py (+48/-21)
test/gtk3/test_app.py (+2/-36)
test/gtk3/test_catview.py (+218/-176)
Branch information
Recent revisions
- 3034. By Michael Vogt on 2012-05-22
-
test/gtk3/
test_catview. py: use addCleanup() instead of tearDown() as suggested by Natalia - 3033. By Michael Vogt on 2012-05-22
-
remove a bunch of uneeded do_events_
with_sleep( ) where do_events() is good enough - 3031. By Michael Vogt on 2012-05-22
-
avoid re-creating the db/cache for each test by passing the existing one to the get_test_
window_ catview, this cuts the test from 60s to 30s for me (still too slow but better than before) - 3030. By Michael Vogt on 2012-05-22
-
test/gtk3/
test_catview. py: create the db only once via classemthod - 3029. By Michael Vogt on 2012-05-22
-
test/gtk3/
test_catview. py: refactor test to avoid code duplication
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:software-center