~gary-lasker/software-center/launcher-integration-lp761851

« back to all changes in this revision

Viewing changes to test/gtk3/test_panes.py

  • Committer: Gary Lasker
  • Date: 2012-01-19 16:39:15 UTC
  • mfrom: (2566.1.113 trunk)
  • Revision ID: gary.lasker@canonical.com-20120119163915-lrgq5cdg6rttdn29
merge with trunk and fix conflicts to get 5.1.6 and lots of recent speedup/bug fixes

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 unittest
6
5
 
7
 
sys.path.insert(0,"../..")
8
 
sys.path.insert(0,"..")
9
 
 
10
 
#from mock import Mock
 
6
from testutils import setup_test_env
 
7
setup_test_env()
11
8
 
12
9
TIMEOUT=300
13
10
 
14
 
import softwarecenter.paths
15
 
softwarecenter.paths.datadir = "../data"
16
 
 
17
11
class TestPanes(unittest.TestCase):
18
12
 
19
13
    def test_availablepane(self):