Commit Graph

2 Commits

Author SHA1 Message Date
Ben Thorner
6ba84140e5 Add test for rendering integer 0 in form input 2022-03-11 11:18:21 +00:00
Ben Thorner
e0b62bed70 Group form tests in a directory
This makes it clearer we have tests for the code in forms.py, which
I missed initially. In future we could also split up forms.py in a
similar way, as it's currently _very long_.

As part of grouping tests for code in forms.py, I've extracted some
from test_validators.py, so that what remains is focussed on testing
the code in validators.py.
2022-03-11 11:17:43 +00:00