Done, and gets things smart.
20Nov
Posted by Elf Sternberg as programming, python, ruby, web development
This is part 4 of a series. So far, we’ve written a basic Django application, written some tests for it, checked everything into a central repository, and then integrated those tests with the Hudson continual integration server. But Django’s tests run in a kind of pseudo-server mode, with both the tests and the application running [...]
05Sep
Posted by Elf Sternberg as javascript, programming, python
For the past eight days or so, I’ve been having the absolute pleasure of working on a pure research project, re-implementing FireWatir in Python. The project is known internally as “Whiskey,” (FireWatir without the R) and at some 1805 lines is faster and more concise than firewatir’s 6522 lines. The real trick was to stop [...]