Multiple fixes for go to most pythonic way

This commit is contained in:
Antonio de la Rosa 2016-05-23 05:26:50 +02:00
parent a2e8c937f7
commit dd4cd73785
9 changed files with 131 additions and 50 deletions

View file

@ -57,7 +57,7 @@ class TestWebModelMethods(unittest.TestCase):
model.conditions=['WHERE id=%s', [1]]
print('Update row')
print('Updating row')
self.assertTrue(model.update(post))