Merge lp:~codehelp/lava-dispatcher/pep8-update into lp:lava-dispatcher

Proposed by Neil Williams
Status: Merged
Approved by: Neil Williams
Approved revision: 645
Merge reported by: Neil Williams
Merged at revision: not available
Proposed branch: lp:~codehelp/lava-dispatcher/pep8-update
Merge into: lp:lava-dispatcher
Diff against target: 23 lines (+3/-2)
1 file modified
lava_dispatcher/tests/helper.py (+3/-2)
To merge this branch: bzr merge lp:~codehelp/lava-dispatcher/pep8-update
Reviewer Review Type Date Requested Status
Fu Wei Approve
Antonio Terceiro Pending
Review via email: mp+179646@code.launchpad.net

Description of the change

Fix un-resolvable reference and PEP8 line separation.

To post a comment you must log in.
Revision history for this message
Fu Wei (fu-wei) wrote :

Checked it, thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_dispatcher/tests/helper.py'
2--- lava_dispatcher/tests/helper.py 2013-08-07 16:05:41 +0000
3+++ lava_dispatcher/tests/helper.py 2013-08-12 09:27:23 +0000
4@@ -36,9 +36,9 @@
5
6 def create_device_config(name, data):
7 create_config("devices/%s.conf" % name, data)
8- lava_dispatcher.utils.custom_config_path = tmp_config_dir
9+ lava_dispatcher.config.custom_config_path = tmp_config_dir
10 config = get_device_config(name)
11- lava_dispatcher.utils.custom_config_path = None
12+ lava_dispatcher.config.custom_config_path = None
13 return config
14
15
16@@ -51,6 +51,7 @@
17
18 from unittest import TestCase
19
20+
21 class LavaDispatcherTestCase(TestCase):
22
23 def setUp(self):

Subscribers

People subscribed via source and target branches