~gcampax/software-center/fedora

« back to all changes in this revision

Viewing changes to test/gtk3/test_installedpane.py

  • Committer: Michael Vogt
  • Date: 2011-11-17 13:01:46 UTC
  • mfrom: (2559.1.14 software-center)
  • Revision ID: michael.vogt@ubuntu.com-20111117130146-lc5bgxd30dd0lnjz
* lp:~gary-lasker/software-center/unit-tests:
  - update tests for custom lists and for launcher integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
import softwarecenter.paths
16
16
softwarecenter.paths.datadir = "../data"
17
17
 
18
 
class TestSearch(unittest.TestCase):
 
18
class TestInstalledPane(unittest.TestCase):
19
19
 
20
20
    def test_installedpane(self):
21
21
        from softwarecenter.ui.gtk3.panes.installedpane import get_test_window