django-test-utils icon indicating copy to clipboard operation
django-test-utils copied to clipboard

Utilities for testing Django applications

Results 25 django-test-utils issues
Sort by recently updated
recently updated
newest added

I'll start by saying this has worked on my system in the past, and I also tried a fresh checkout of head with no difference. When I run ``` ./manage.py...

Hello Eric, I try using twill to my tests but I am unable to successfully submit form via POST as logged user. Look at this code: login(username="myusername", password="mypassword") go('/myurl/') fv(2,...

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.

After following docs I had two problems the first was the docs said to run it as follows. ./manage.py testmaker APP generates the following error: Error: 'APP' is not a...