Re: Unicode in validators tests

2014-04-02 Thread Shai Berger
On Wednesday 02 April 2014 13:43:23 alois.guill...@gmail.com wrote: > Hi, > > I was wondering if the test inputs in the validators tests should be given > as unicode or python string. It seems to me that at the moment the > validation is done, the string is already coded in unicode. However the >

Unicode in validators tests

2014-04-02 Thread alois . guillope
Hi, I was wondering if the test inputs in the validators tests should be given as unicode or python string. It seems to me that at the moment the validation is done, the string is already coded in unicode. However the django tests use a python string as test input (https://github.com/django/dj