From c204eaaa2c9a006432fe00489a352833143db01d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 4 May 2016 15:53:48 +0200 Subject: CS fixes according to PEP8 (ignored mostly line-length errors only) Summary: . Reviewers: #pykolab_developers Differential Revision: https://git.kolab.org/D134 --- tests/unit/test-014-conf-and-raw.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/unit/test-014-conf-and-raw.py') diff --git a/tests/unit/test-014-conf-and-raw.py b/tests/unit/test-014-conf-and-raw.py index 677cb2f..e7f0ba6 100644 --- a/tests/unit/test-014-conf-and-raw.py +++ b/tests/unit/test-014-conf-and-raw.py @@ -8,6 +8,7 @@ import unittest conf = pykolab.getConf() conf.finalize_conf(fatal=False) + class TestConfRaw(unittest.TestCase): config_file = None @@ -25,7 +26,7 @@ class TestConfRaw(unittest.TestCase): def test_001_set(self): password = '$%something' conf.command_set('kolab', 'test_password', password) - + def test_002_get(self): password = conf.get('kolab', 'test_password') self.assertEqual('$%something', password) -- cgit v1.1