Multiple fixes for go to most pythonic way
This commit is contained in:
parent
a2e8c937f7
commit
dd4cd73785
9 changed files with 131 additions and 50 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue