~michael.nelson/software-center/833982-previous-purchase-no-feedback-2

« back to all changes in this revision

Viewing changes to test/gtk3/test_search.py

  • Committer: Michael Nelson
  • Date: 2012-01-17 09:26:22 UTC
  • mfrom: (2653.2.4 software-center)
  • Revision ID: michael.nelson@canonical.com-20120117092622-obj519f7fmi5zu1j
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
2
2
 
3
3
from gi.repository import Gtk, GObject
4
 
import sys
5
4
import time
6
5
import unittest
7
6
 
8
 
sys.path.insert(0,"../..")
9
 
sys.path.insert(0,"..")
10
 
 
11
 
#from mock import Mock
 
7
from testutils import setup_test_env
 
8
setup_test_env()
12
9
 
13
10
TIMEOUT=300
14
11
 
15
 
import softwarecenter.paths
16
 
softwarecenter.paths.datadir = "../data"
17
 
 
18
12
class TestSearch(unittest.TestCase):
19
13
 
20
14
    def test_installedpane(self):