Run django tests from a browser

Posted by phoebebright on Stack Overflow See other posts from Stack Overflow or by phoebebright
Published on 2010-04-02T14:08:33Z Indexed on 2010/04/02 14:13 UTC
Read the original article Hit count: 246

Filed under:
|

I'd like to provide a browser page to help non-techies run the various tests I've created using the standard django test framework.

The ideal would be for a way to display all the tests found for an application with tick boxes against each one, so the user could choose to run all tests or just a selection.

Output would be displayed in a window/frame for review.

Anyone know of such a thing?

© Stack Overflow or respective owner

Related posts about django

Related posts about testing