Comment 1 for bug 435099

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

I don't know a lot about nose, but can't you use nose to run the tests we already have and then accomplish what you want?

My primary concern here is probably keeping the third party deps to a minimum - also for developers.

Also I don't quite agree that it is so hard to run individual tests... just:

  ./foo-test.py MyTestClass.testFrobnicator

Is that so bad? It is probably because I don't know what I am missing out on :-)