I am attempting to write tests for a Pyramid app which I'm running with Nose, but I cannot figure out how to set them up. When adapting any code I find in online examples, I receive an error in my testing where my app pulls from my request.registry.settings (which should be my development.ini file). How do I configure testing to use this ini file?
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
