Testing Python Code
Es ist ein wichtiges Element der Entwicklungsphilosophie von Zope 3, dass jeder Code-Abschnitt intensive getestet werden sollte. Im Rahmen der Entwicklung von Zope 3 haben wir eindrucksvolle Testwerkzeuge entwickelt: einen leistungsfähigen Test Runner, Doc Tests, funktionale Tests und funktionale Doc Tests. Dieser kurze Vortrag gibt eine Einführung in die in die verschiedenen Test-Komponenten, mit einem Schwwerpunkt auf Doc Tests. Da der überwiegende Teil des Test-Codes unabhängig von Zope ist, sollte dieser Beitrag für alle Python-Entwickler interessant sein.
Part of the Zope 3 development philosophy is that every piece of code should be thouroughly tested. Thru the development of Zope 3, we have developed impressive testing tools, including an advanced test runner, doc tests, functional tests and functional doc tests. This short talk will introduce the various testing components to the audience, while emphasizing doc tests. Since most of the testing code is Zope independent, this talk should be interesting for any Python developer.
Last modified 05.10.2004 14:04