Add a minimal test case to test a small bit of the django app.
authorDiane Trout <diane@caltech.edu>
Wed, 27 May 2009 23:21:42 +0000 (23:21 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 27 May 2009 23:21:42 +0000 (23:21 +0000)
commitaa2797aff6915e4a9cbff0114dfb0742055c7524
treeffb2f12f756fa8a742ac28c2ac78224181a89a82
parentba7447471112227aee66953cba09ade7df8b2408
Add a minimal test case to test a small bit of the django app.
(I needed to figure out how to do testing for django).

there's a tool nosedjango from http://hg.assembla.com/nosedjango
that adds auto-detection of the django settings file to
nose.

I needed to modify it for our app though.
htsworkflow/frontend/samples/tests.py [new file with mode: 0644]