Your cart is currently empty!
Custom Nunit runner for parallel testing
In my new team there is considerable use of Nunit for unit tests, which has been further adopted as a convenient mechanism for all tests. Including a set of selenium based UI tests.
Using threads to do background work for maemo python app.
One of the most common requests for Witter has been to do auto-refresh on feeds. The challenge of doing this is having to switch from a single threaded user driven app, to a multi threaded app. This brings a bunch of challenges. For me the first was wanting to separate my code into separate python…