unit tests with mod_python
emf
i at mindlace.net
Wed Jun 18 13:35:32 EDT 2003
Hi,
I am experimenting with test driven development. I'm working with
mod_python, however, and of course you can't import apache from
mod_python outside of actually running within apache.
Before I reinvent the wheel, has anyone written a mod_python simulacrum
for use in unit tests - one that provides, at a minimum, a faux request
object and the other attributes (like apache.OK) needed to run in a
pretend environment?
Alternately, has anyone set up a way to drive requests from unittest?
~mindlace
http://mindlace.net
More information about the Python-list
mailing list