Re: Apache::FakeRequest for automated tests

2006-04-18 Thread Geoffrey Young
Jay Buffington wrote: > Hi, > > I have a handful of fairly simple mod_perl 1 handlers that I want to > test. I've tried using Apache::FakeRequest, but its lacking in a lot > of areas. > > After subclassing it I was able to write a test that looked for the > correct headers_out, but it was a pa

Apache::FakeRequest for automated tests

2006-04-18 Thread Jay Buffington
Hi, I have a handful of fairly simple mod_perl 1 handlers that I want to test. I've tried using Apache::FakeRequest, but its lacking in a lot of areas. After subclassing it I was able to write a test that looked for the correct headers_out, but it was a pain and kind of sloppy. Does a more comp