From f28ab12db0bba5bbfa0006fda09bacb2aa6be838 Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Fri, 6 Feb 2026 09:08:00 -0500 Subject: [PATCH] PYTHON-XXXX Fixed typo in Running Tests Locally section. (#2698) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eaf05111d..eb1c35fc8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -197,7 +197,7 @@ the pages will re-render and the browser will automatically refresh. version of Python, set `UV_PYTHON` before running `just install`. - Ensure you have started the appropriate Mongo Server(s). You can run `just run-server` with optional args to set up the server. All given options will be passed to - [`run-orchestration.sh`](https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/run-orchestration.sh). Run `$DRIVERS_TOOLS/evergreen/run-orchestration.sh -h` + [`run-orchestration.sh`](https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/run-orchestration.sh). Run `$DRIVERS_TOOLS/.evergreen/run-orchestration.sh -h` for a full list of options. - Run `just test` or `pytest` to run all of the tests. - Append `test/.py::::` to run