Aug 29 2006

Django Testing Framework in the Works

Published by Chris McAvoy at 1:38 pm under Python

I didn’t know this was in the pipe.

It looks like it has some work yet, but it’s good to know it’s coming. I made a few smallish attempts to use the Unittest framework to test my Django apps, but ended up giving up. It was a little frustrating, especially after working with the slick as hell Rails testing suite.

I’m really very glad to see an integrated Django-centric testing suite coming soon.


Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

  • del.icio.us
  • digg
  • Reddit
  • StumbleUpon

One Response to “Django Testing Framework in the Works”

  1. Jacob Kaplan-Mosson 29 Aug 2006 at 2:18 pm

    The framework’s actually pretty complete now; the only real missing feature is some sort of fixture support (though honestly I think they’re more icing than cake).

    I’ve put up some preliminary documentation to get you started: http://www.djangoproject.com/documentation/testing/. Give it a shot — I’m really happy with the way it turned out!

Trackback URI | Comments RSS

Leave a Reply