in reply to Re: Web testing without the web server.
in thread Web testing without the web server.
I like the Catalyst::Controller::REST idea. Thanks!
I'm expecting my views to be pretty simple. I doubt there will be a lot of including of other templates or flow control beyond a little looping. As such, I'm not as concerned about checking that my (simple) templates work, that template toolkit renders them correctly, etc. Basically, when the controller is done, I think most of my code's work is done.
I can test the models with little more than data structures in and data structures out. I want to test the other components that way too!
Of course, wanting it doesn't make it possible. You may be right, and I may be trying to ignore an important part of testing. Thanks for your thoughts!
|
|---|