Code cleanup

This commit is contained in:
9and3r
2014-08-04 13:54:59 +02:00
parent 9ade6ebf2d
commit 69020a89de
5 changed files with 20 additions and 14 deletions

View File

@@ -18,10 +18,10 @@ class ExtensionTest(unittest.TestCase):
def test_get_config_schema(self):
ext = Extension()
schema = ext.get_config_schema()
# schema = ext.get_config_schema()
# TODO Test the content of your config schema
#self.assertIn('username', schema)
#self.assertIn('password', schema)
# self.assertIn('username', schema)
# self.assertIn('password', schema)
# TODO Write more tests