File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed 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, remove the ` .venv ` folder and set ` PYTHON_BINARY ` 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 ` 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 `
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
@@ -229,9 +229,10 @@ the pages will re-render and the browser will automatically refresh.
229
229
230
230
- Run ` just run-server --ssl ` to start the server with TLS enabled.
231
231
- Run ` just setup-tests --ssl ` .
232
- - Run ` just run-tests `
232
+ - Run ` just run-tests ` .
233
233
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):
235
236
236
237
``` python
237
238
from pymongo import MongoClient
You can’t perform that action at this time.
0 commit comments