[web2py] Help on Unit Tests

2013-01-21 Thread Israel Fermin Montilla
Hi there! I'm new in web2py, I come from programming a lot in django which has built in unit test support and I'm kind of a testing freak. There are like 3 or 4 different articles with different approaches for testing in web2py and the official documentation of the webclient (which helps a lot

[web2py] Re: Help on Unit Tests

2013-01-22 Thread Israel Fermin Montilla
Thank you very much for your quick answers. I saw that article you're saying Anthony, that was the way I was writing my tests, and I also tried to write my own test runner using unittest, os and sys and I faced the problem that Bruno points out, web2py runs on his own environment. Are there a