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: specs/guides/docs_examples_alignment.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@
18
18
## Testing Command Examples
19
19
20
20
```bash
21
-
uv run pytest docs/examples/quickstart -q
21
+
uv run pytest docs/examples/quickstart docs/examples/usage -q
22
22
```
23
23
24
24
-`docs/examples/quickstart/conftest.py` sets `SQLSPEC_QUICKSTART_PG_*` from `pytest-databases` so `quickstart_5.py` stays copy/paste friendly in the docs.
25
-
-Async or adapter-specific samples no longer need separate commands—pytest collects `quickstart_4.py` and `quickstart_5.py` automatically via`python_files`.
25
+
-Usage samples are function-based (`usage_*.py`) and collected automatically because`python_files` now includes that pattern.
0 commit comments