summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-06-07 14:40:45 +0000
committerGerrit Code Review <review@openstack.org>2012-06-07 14:40:45 +0000
commite445ecccff1a4167c7827f775808a649a9886984 (patch)
tree203c4eb1606e94a7bd23429d1d7b9ee04fcb399b /tests
parent6d3f31791f391017412fc99cca20b2c47cf374f4 (diff)
parent166593e75639e2336108c892962c0ac76fdaed63 (diff)
downloadoslo-e445ecccff1a4167c7827f775808a649a9886984.tar.gz
oslo-e445ecccff1a4167c7827f775808a649a9886984.tar.xz
oslo-e445ecccff1a4167c7827f775808a649a9886984.zip
Merge "Fix a pep8 error."
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_iniparser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_iniparser.py b/tests/unit/test_iniparser.py
index 5d6e79f..30cae63 100644
--- a/tests/unit/test_iniparser.py
+++ b/tests/unit/test_iniparser.py
@@ -114,6 +114,7 @@ class ParserTestCase(unittest.TestCase):
self.parser.parse(lines)
self.assertEquals(self.parser.values, {'': {'foo': [' bar ']}})
+
class ExceptionTestCase(unittest.TestCase):
def test_parseerror(self):
exc = iniparser.ParseError('test', 42, 'example')