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

When running ./manage.py crawlurls I get error like this: ``` python crawler : INFO START: link to /projects with parameters {} crawler : INFO /projects: link to / with parameters...

Hi, It would be nice to have a --disable-plugin option, to disable the time plugin for instance. I started on a patch, but it is a little difficult at the...

The documentation talks about using the `django_test_runner.py` script, but it looks like the package for django-test-utils does not include it.

--- testmaker.py 2011-09-08 13:12:48.346351096 +0800 +++ /tmp/vwI7FtA/7 2011-09-08 13:13:08.082909459 +0800 @@ -65,6 +65,8 @@ c = Client(REMOTE_ADDR='127.0.0.1') getdict = request.GET.copy() getdict['test_client_true'] = 'yes' #avoid recursion - for key, value in...

Just wondering if any work has been done on this? I seems that the test runner (quicktest) doesn't work on 1.3. (problems with setup_test_environment()) I'm happy to fix it and...

Here is a sample: def test_incidentrecordincident5_130379586082(self): r = c.post('/incident/recordincident/5/', {'customer': '''is_product': 'on''escalate_response': '24''Register': 'Record incident''source': '1''businessunit': '1''problemdescription': '2''product': '1''escalate_resolved': '36''respcentre': '1''mode': '1''csrfmiddlewaretoken': '7ff2f1bb73f90c033cc1fbf32fde0bb8''asset': ''}) I have to manually add the...

I have a project using South for DB migrations, and have also installed django-test-utils. However while ./manage.py test works fine, ./manage quicktest doesn't - I get an error: Error: Database...

When I try to execute quicktest with specific app I get error: ``` ram@ram-laptop:~/workspace/movister/web_site$ ./manage.py quicktest movister E Traceback (most recent call last): File "/home/ram/workspace/movister/web_site/django/test/testcases.py", line 256, in __call__ self._pre_setup()...

When running > python manage.py testmaker -a app middlewares fail to find some META attributes such as `HTTP_USER_AGENT`

a lot of tests are created that just test for media files.