File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,17 @@ the pages will re-render and the browser will automatically refresh.
231
231
- Run ` just setup-tests encryption ` .
232
232
- Run the tests with ` just run-tests ` .
233
233
234
+ To test with ` encryption ` and ` PyOpenSSL ` , use ` just setup-tests encryption pyopenssl ` .
235
+
236
+ ### PyOpenSSL tests
237
+
238
+ - Run ` just run-server ` to start the server.
239
+ - Run ` just setup-tests default_sync pyopenssl ` .
240
+ - Run the tests with ` just run-tests ` .
241
+
242
+ Note: ` PyOpenSSL ` is not used in async tests, but you can use ` just setup-tests default_async pyopenssl `
243
+ to verify that PyMongo falls back to the standard library ` OpenSSL ` .
244
+
234
245
### Load balancer tests
235
246
236
247
- Install ` haproxy ` (available as ` brew install haproxy ` on macOS).
You can’t perform that action at this time.
0 commit comments