Functional testing with Pyramid and Mako

2010-12-31 Thread Ira Lun
Hi everyone. I've been working through the Unit, Integration and Functional Testing chapter in the Pyramid narrative docs, and have a couple of questions I hope you could help me with? 1) Working with Mako (with mako.directories set in development.ini), and using the code in the "Creating Function

Re: Functional testing with Pyramid and Mako

2011-01-03 Thread Ira Lun
Thanks very much for the explanation Chris, I get it much better now I think. Just one more thing I'm not sure about, from when you said > self.config = Configurator(autocommit=True) is not excused, it's a > violation of the dogma.  I actually will be changing this to obey the > dogma soon by modi