We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75dfa0 commit 776e751Copy full SHA for 776e751
CONTRIBUTING.md
@@ -231,6 +231,17 @@ the pages will re-render and the browser will automatically refresh.
231
- Run `just setup-tests encryption`.
232
- Run the tests with `just run-tests`.
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
245
### Load balancer tests
246
247
- Install `haproxy` (available as `brew install haproxy` on macOS).
0 commit comments