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 am getting an error while installing django-test-utils package either using "pip install django-test-utils==0.3" or simply "pip install django-test-utils". The error is as follows: ERROR: Command errored out with exit...

### **Description** Fix applied to setup.py requiring installation of an old version of BeautifulSoup This PR fixes Issue #46

Work in progress that supports Django 1.4 and up based on #30 : https://github.com/bmihelac/django-test-utils/tree/0.4-WIP Currently all tests pass. I would really appreciate if you can test and report any issues.

As far as I can tell the only way to activate any of the included plugins is: 1. Change 'active' to True in the plugin's source 2. Import it in...

Project is basically unmaintained, but documenting for future users: I have a pretty stock Heroku + RDS Postgres setup for a Django 1.8 webapp, with a local postgres DB setup...

In the template tags directory **init**.py on line four tries to import load_template_source. This function was previously deprecated, and now dropped in version 1.4

Hi, It looks like this project is languishing a little bit although there still seems to be interest in it. I know Eric H. is a busy guy with a...

When running e.g. manage.py makefixture auth.User an exception is thrown: ``` python Traceback (most recent call last): File "./manage.py", line 11, in execute_manager(settings) File "/usr/local/lib/python2.6/dist-packages/django/core/management/__init__.py", line 438, in execute_manager utility.execute()...

Hi all, I am trying to make django-test-utils works nicely with django 1.4. My work is available here: https://github.com/bmihelac/django-test-utils/tree/django-1.4 Currently there is one test failing. I cannot find and now...

If objects are related via django.contrib.contenttypes they don't appear in fixture.