Re: [pylons-discuss] Re: Expanding WebTest to external servers

2015-03-31 Thread John Anderson
Here is some old code that used to work (its not the way we do it anymore, but it will point you in the right direction): http://paste.ofcode.org/5kiX9DFA9jSkqwguTdQ6M4 On Tue, Mar 31, 2015 at 11:08 AM, Oliver Berger wrote: > a short view into the code ( > https://github.com/Pylons/webtest/blob

[pylons-discuss] Re: Expanding WebTest to external servers

2015-03-31 Thread Oliver Berger
a short view into the code (https://github.com/Pylons/webtest/blob/master/webtest/app.py) reveals, that there is a WEBTEST_TARGET_URL environment var, which should do the trick. But I haven't tried it yet... -- You received this message because you are subscribed to the Google Groups "pylon

[pylons-discuss] Expanding WebTest to external servers

2015-03-31 Thread Robert Daniels
I have 50 tests written for unit and functional testing using WebTest.testapp. Our QA group wants a similar test to run remotely. I'm wondering if there is some hook or even a code modifcation I can place in the framework for the unittest code to execute requests over the wire, instead of wr