Skip to content

Commit 8123130

Browse files
committed
update contrib guide
1 parent 96ed88f commit 8123130

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,27 @@ Note: these tests can only be run from an Evergreen host.
282282
- Run `just setup-tests search_index`.
283283
- Run `just run-tests`.
284284

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+
285306
### AWS Lambda tests
286307

287308
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

Comments
 (0)