On Tue, 2011-03-15 at 14:35 +0530, Asokan Pichai wrote: > On 15 March 2011 13:51, Vamsee Kanakala <[email protected]> wrote: > > > On Tuesday 15 March 2011 10:44 AM, Kenneth Gonsalves wrote: > > > > [SNIPPED] > > A curiosity question: like make, is there a facility to run only those > tests > that correspond to > changed code. Even as I type this the question seems ill-defined etc., > but > still ....
well in django one normally only runs the tests for the particular model one is working on. And when that passes, for the whole app, and when that passes the whole project. So usually one is only running a small subset of the test suite. -- regards KG http://lawgon.livejournal.com Coimbatore LUG rox http://ilugcbe.techstud.org/ _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
