Open adamwolf opened 6 years ago
I'd really like to get some sort of network replay stuff running. Betamax appears to work, but the library has no maintainers. OkReplay appears to work amazingly, but requires that you use OkHttp.
It probably would not be a bad idea to use OkHttp. I will take a quick look to see how much work that would be.
This isn't very high priority, but it would be excellent to have test scaffolding before it's open sourced, so we can encourage contributors to add tests for their bugfixes or enhancements.
I'm having a hard time writing tests for it as is. I've had good luck in the past with network replay scaffolding. Investigate good options for that and make some more tests.