Skip to content

Commit f28ab12

Browse files
PYTHON-XXXX Fixed typo in Running Tests Locally section. (#2698)
1 parent d5e1777 commit f28ab12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ the pages will re-render and the browser will automatically refresh.
197197
version of Python, set `UV_PYTHON` before running `just install`.
198198
- Ensure you have started the appropriate Mongo Server(s). You can run `just run-server` with optional args
199199
to set up the server. All given options will be passed to
200-
[`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`
200+
[`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`
201201
for a full list of options.
202202
- Run `just test` or `pytest` to run all of the tests.
203203
- Append `test/<mod_name>.py::<class_name>::<test_name>` to run

0 commit comments

Comments
 (0)