django-test-utils
django-test-utils copied to clipboard
Testmaker tests have syntax error due to lack of escaping
The automatically generated testmaker tests do not work because of a syntax error. The syntax error is because the context variables contain single quotes that are not escaped properly.
Hrm, this is a persistent problem and rather annoying, because the tests look really ugly with triple quotes around them. I guess I could look at properly escaping variables somehow. Thanks for the report!