[Windmill-dev] Python test suites

Robert Leftwich windmill at rtl.fmailbox.com
Tue Dec 18 12:50:54 PST 2007


I note that Chapter 5 of the book has a section on organising tests, but
it only mentions running json tests using a directory structure. I
quickly tried to do the same with a set of python tests but they are not
all being run. Passing individual directories on the command line

windmill shell firefox extensions=./wm/ext test=./wm/wm_test/test1/
http://localhost 

works as expected, running the multiple tests in the test1 directory as
individual suites.

But specifying the parent directory does not, e.g.:

windmill shell firefox extensions=./wm/ext test=./wm/wm_test/
http://localhost 

Have I missed something?

Robert

PS all the directories have an __init__.py
PPS this is on rev 622


More information about the Windmill-dev mailing list