Forum Discussion
djangofan
12 years agoContributor
Well, I discovered that my test suite has a hard coded WSDL url in it that the "-h", "-P", and "-e" args have no effect on. It seems every project has a hard-coded WSDL url? The side effect of this is that during the test, the console prints out my overridden URL once or twice but it also prints out the hard coded hostport of the hard coded WSDL url more than 2 dozen times while it does some kind of validation against the WSDL of another similar server. This makes it look like the test is running against the other server when the test casea are in fact running against the overridden server. I wish there was a way to dynamically override the WSDL with a parameter in the same way that Endpoint currently gets dynamically modified. Is there?