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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,6 +282,27 @@ Note: these tests can only be run from an Evergreen host.
282
282
- Run `just setup-tests search_index`.
283
283
- Run `just run-tests`.
284
284
285
+
### MockupDB tests
286
+
287
+
- Run `just setup-tests mockupdb`.
288
+
- Run `just run-tests`.
289
+
290
+
### Doc tests
291
+
292
+
The doc tests require a running server.
293
+
294
+
- Run `just run-server`.
295
+
- Run `just docs-test`.
296
+
297
+
### Free-threaded Python Tests
298
+
299
+
In the evergreen builds, the tests are configured to use the free-threaded python from the toolchain.
300
+
Locally you can run:
301
+
302
+
- Run `just run-server`.
303
+
- Run `just setup-tests`.
304
+
- Run `UV_PYTHON=3.13t just run-tests`.
305
+
285
306
### AWS Lambda tests
286
307
287
308
You will need to set up access to the `drivers-test-secrets-role`, see the [Wiki](https://wiki.corp.mongodb.com/spaces/DRIVERS/pages/239737385/Using+AWS+Secrets+Manager+to+Store+Testing+Secrets).
0 commit comments