Skip to content

Commit 11a26d5

Browse files
committed
address review
1 parent 448b153 commit 11a26d5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
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, remove the `.venv` folder and set `PYTHON_BINARY` 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` in `$DRIVERS_TOOLS`. See `$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
@@ -229,9 +229,10 @@ the pages will re-render and the browser will automatically refresh.
229229

230230
- Run `just run-server --ssl` to start the server with TLS enabled.
231231
- Run `just setup-tests --ssl`.
232-
- Run `just run-tests`
232+
- Run `just run-tests`.
233233

234-
Note: for general testing purposes with an TLS-enabled server, you can use the following:
234+
Note: for general testing purposes with an TLS-enabled server, you can use the following (this should ONLY be used
235+
for local testing):
235236

236237
```python
237238
from pymongo import MongoClient

0 commit comments

Comments
 (0)