~aptdaemon-developers/aptdaemon/1.x

« back to all changes in this revision

Viewing changes to tests/test_trans_chain.py

  • Committer: Sebastian Heinlein
  • Date: 2012-12-29 23:41:16 UTC
  • mfrom: (883.1.26 pep8)
  • Revision ID: devel@glatzor.de-20121229234116-nd390n01ut2fcfce
PEP8 fixes and test for the test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
from aptdaemon import enums, client
8
8
 
9
 
DEBUG=False
 
9
DEBUG = False
 
10
 
10
11
 
11
12
class TransChainTest(unittest.TestCase):
12
13
 
15
16
    """
16
17
 
17
18
    def setUp(self):
18
 
         self.loop = GLib.MainLoop()
19
 
         self.client = client.AptClient()
 
19
        self.loop = GLib.MainLoop()
 
20
        self.client = client.AptClient()
20
21
 
21
22
    def _test_working(self):
22
23
        def on_finished(trans, exit):