On May 30, 2:31 pm, Eugueny Kontsevoy <[email protected]> wrote: > They work, but we needed to have our existing 0.9.7 Pylons applications to > work and they don't access config objects via TestResponse. In fact 90% of > our tests are units, i.e. they don't issue request/response, they just do > "from pylons import config" and test business logic in isolation from > request/response machinery.
Going a little off-topic here, but in my view, business logic generally shouldn't rely on Web app configuration. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
