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-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,11 +224,10 @@ the pages will re-render and the browser will automatically refresh.
224
224
- Run the tests with `just run-tests`.
225
225
- When done, run `just teardown-tests` to clean up.
226
226
227
-
## Enabling Debug Logs
227
+
## Enable Debug Logs
228
228
- Use `-o log_cli_level="DEBUG" -o log_cli=1` with `just test` or `pytest`.
229
229
- Add `log_cli_level = "DEBUG` and `log_cli = 1` to the `tool.pytest.ini_options` section in `pyproject.toml` for Evergreen patches or to enable debug logs by default on your machine.
230
230
231
-
232
231
## Re-sync Spec Tests
233
232
234
233
If you would like to re-sync the copy of the specification tests in the
0 commit comments