You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all testing seems to be done with static certificate chains which were created for that test from the command line. It would be more streamlined to be able to create your own instances in the test code itself. Issue #96 references a similar problem and suggests the ability to create a test server. Ideally, one should be able to create a dummy version of anything they might need in a test. If you need something besides certificate chains and servers, please say so in a comment.
The text was updated successfully, but these errors were encountered:
The ability to cleanly spawn test TLS servers and clients with arbitrary configs will certainly be useful, both for Bundler (#96) and other use cases. I look forward to the PR!
Currently, all testing seems to be done with static certificate chains which were created for that test from the command line. It would be more streamlined to be able to create your own instances in the test code itself. Issue #96 references a similar problem and suggests the ability to create a test server. Ideally, one should be able to create a dummy version of anything they might need in a test. If you need something besides certificate chains and servers, please say so in a comment.
The text was updated successfully, but these errors were encountered: