DjangoTesting is part of my DjangoStuff project and is the start of a testing framework for Django, modeled after the testing framework that Ruby on Rails provides. Currently only model tests are implemented, request/response tests are planned.
The testing framework is built solely on unittest and django, so you don't need additional modules (besides my DjangoStuff project, of course). It provides python-based fixture notations (fixtures are just python classes with attributes in a DATA subclass) and a basic command line utility to make use of those tests and fixtures.
Tests and fixtures are stored in applications and projects, so you can have application specific tests (especially usefull with generic applications) and project-level tests that will integrate stuff over several applications.
I think a good testing framework would really be important for Django applications, especially for applications that should be shared between projects. But I do think that a good testing framework needs some banging on, too - so I started it as a small subproject on my own. But if it grows into something useful, I will opt for inclusion into Django trunk.
Go together - education only for those who can afford it. The others should better stay stupid: Chances of inequality have grown further. And our state governments (on whose behalf education policy grows) will make sure that this remains the case. With certainty at least in the Union-governed countries, to which NRW unfortunately now also belongs.
For someone like me, who comes from a working-class family, this development is more than shocking. In my time, children from working-class families were not the majority in the classes at the grammar school, but there were some there. But with today's developments - school fees, teaching material fees, later tuition fees - the politicians make it very clear what they think of workers: nothing at all.
We are Germany? Up the arse. Money is Germany.
I can't help but crack a small, nasty grin about Müntes' preferred candidate for General Secretary losing to Andrea Nahles. Guess that's nothing for Münte as the new Wehner, pulling the strings from behind and everyone dancing to his tune - he's been whistled off.
Selenium is a test automator for web applications. It runs directly in the browser and uses IFrames and JavaScript to hook into the page being tested.