Skip to content

Commit 776e751

Browse files
committed
update contrib guide
1 parent f75dfa0 commit 776e751

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

+11
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,17 @@ the pages will re-render and the browser will automatically refresh.
231231
- Run `just setup-tests encryption`.
232232
- Run the tests with `just run-tests`.
233233

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+
234245
### Load balancer tests
235246

236247
- Install `haproxy` (available as `brew install haproxy` on macOS).

0 commit comments

Comments
 (0)