por Carlos Ble | Jun 11, 2008 | DDD, Test Driven Development
A common test to check a function that operates on the filesystem is to create dummy files in the filesystem. However that is dirty because you have to make sure you’ve got the permissions in the filesystem and you delete the dummy files after the tests and so....
por | Jun 11, 2008 | Free/Libre Software
The presentation hold at JAOO last year is available now on the web. Nice format, the video on the top and the slides below. Great!. Check it out. There are also other interesting presentations like Martin’s Fowler & Jim’s Webber one.
por Carlos Ble | Jun 10, 2008 | DDD, Test Driven Development
Pyunit is a unit tests framework for Python. I believe it is the standard one. It works very well, however to run all the tests within a folder might be not trivial. You can do either hardcode the tests names to build the test suite or use this helper. The helper uses...