Removed pool_size from connect, minor tidyup
This commit is contained in:
parent
df5b1f3806
commit
89f505bb13
6 changed files with 16 additions and 10 deletions
|
|
@ -106,7 +106,7 @@ class FieldTest(unittest.TestCase):
|
|||
person.height = 1.89
|
||||
person.validate()
|
||||
|
||||
person.height = 2
|
||||
person.height = '2.0'
|
||||
self.assertRaises(ValidationError, person.validate)
|
||||
person.height = 0.01
|
||||
self.assertRaises(ValidationError, person.validate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue