Show More
@@ -257,8 +257,6 b' class TestConfig(TestCase):' | |||||
257 |
|
257 | |||
258 | def test_builtin(self): |
|
258 | def test_builtin(self): | |
259 | c1 = Config() |
|
259 | c1 = Config() | |
260 | exec('foo = True', c1) |
|
|||
261 | self.assertEqual(c1.foo, True) |
|
|||
262 | c1.format = "json" |
|
260 | c1.format = "json" | |
263 |
|
261 | |||
264 | def test_fromdict(self): |
|
262 | def test_fromdict(self): |
General Comments 0
You need to be logged in to leave comments.
Login now