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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ the pages will re-render and the browser will automatically refresh.
197
197
version of Python, set `UV_PYTHON` before running `just install`.
198
198
- Ensure you have started the appropriate Mongo Server(s). You can run `just run-server` with optional args
199
199
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`
201
201
for a full list of options.
202
202
- Run `just test` or `pytest` to run all of the tests.
203
203
- Append `test/<mod_name>.py::<class_name>::<test_name>` to run
0 commit comments