20 Aug
2004
20 Aug
'04
4:05 p.m.
Lennart Regebro wrote:
OK, I got test.py running. But if I run bin/python test.py Products it will happily try to run the tests in all products. But if I type bin/python test.py Products/Productname It will find no tests at all. bin/python test.py Products/Productname/tests is no better.
Mööp! I was wrong. In fact, I have so far been completely unable to run any unit tests outside of lib/python with test.py. Running "bin/python test.py Products" will run all tests in lib/python/Products. Hardly obvious I must say...