Testing Django Applications.

2 views
Skip to first unread message

Blake Winton

unread,
Sep 16, 2009, 4:53:58 PM9/16/09
to ISP Configuration Database
The first place to go would be Django's official site:
http://docs.djangoproject.com/en/dev/topics/testing/

There are some notes on testing from the Basie project (another
student-run Django app) at:
http://blog.basieproject.org/?cat=17
and
http://blog.basieproject.org/?p=109
and their developer's documentation at
http://code.basieproject.org/tags/0.1/docs/developers.mkd
has a section titled "### Testing" that might also be useful.

Later,
Blake.

jsch...@gmail.com

unread,
Sep 25, 2009, 1:18:24 PM9/25/09
to ISP Configuration Database
To setup nose:

easy_install nose
copy http://code.basieproject.org/trunk/apps/django_nose/nose_runner.py

Add these lines to settings.py
TEST_RUNNER = 'nose_runner.run_tests'
NOSE_ARGS = ['--with-doctest', '--doctest-extension=.doctest']

On Sep 16, 2:53 pm, Blake Winton <bwin...@latte.ca> wrote:
> The first place to go would be Django's official site:http://docs.djangoproject.com/en/dev/topics/testing/
>
> There are some notes on testing from the Basie project (another
> student-run Django app) at:http://blog.basieproject.org/?cat=17
> andhttp://blog.basieproject.org/?p=109
> and their developer's documentation athttp://code.basieproject.org/tags/0.1/docs/developers.mkd
Reply all
Reply to author
Forward
0 new messages