Testing Multi-user TurboGears Applications
Posted in turbogears on May 31st, 2006
Lately I’ve started to write many unit tests for my secret turbogears project. My secret project, like many other web 2.0 applications, can have a lot of users logged in at the same time and the actions of one user can affect other users.
The current testing tools provided by TurboGears do not give “one obvious [...]