Ian Walker-Sperber
Ian Walker-Sperber
Small enhancement to fallback to test suite globals if none is provided. Should help with usability.
Currently the order of the mocks _must_ match the order of the HTTP requests. However some applications will have a non-deterministic order of HTTP requests. We could support these apps...
Use cases for browser testing not well supported today: - Requests arrive in arbitrary order (mentioned as "smart" mode in #64) - Requests may be mid flight when we end...
Or document behavior
May only apply when using `yesno.test()`
Mitm will intercept _any_ socket. Currently we require the user to provide ports they would like to ignore. It'd be nice if YesNo could implement some heuristic to detect sockets...
We've including a CLI tool to help users generate mocks & potentially do other work. Haven't really put any thought into whether there are other commands that'd be useful. Also...