Closed mike820324 closed 8 years ago
Add MicroProxyIOStreamTest.
Add start_tls test for MicroProxyIOStream.
Almost the same as before.
Add command line options check just like mitmproxy did. So that we won't by accident change the command line interface.
I found that more open source project that use the pattern: TestCamelCase for class name than CamelCaseTest. So I rename every unittest class for match the pattern. And we would follow this pattern in the future.
Please help rebase it and I will pull it after you done! haha
@mike820324 , do you have local modification on this branch? Let me do the rebase because I'm afraid there is conflict in it!
Please rebase, I'll stash the local modification.
When you finished, ping me, tks.
@mike820324 , rebase done!
Thanks, will add new test up.
Update socks layer test.
Rebase needed.
@chhsiao90 when the following checklist is done, I would like to issue a first merge. Currently, this PR is become too big that when some other issue merge to master, it would be very hard to rebase.
Agreed!
@mike820324 my part done for http1/http2/replay !
I'll finish the rest of the test on the weekend.
This is a tracking PR for unittest update.