We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e4c3a commit aa7d081Copy full SHA for aa7d081
1 file changed
tests/install_smoke/README.md
@@ -18,10 +18,10 @@ profile under test.
18
For a given install profile (`base`, `http-server`, `grpc`,
19
`telemetry`, `sql`) it runs two phases:
20
21
-1. **Imports** — every module listed for the profile in `__main__.py`
+1. **Imports**: every module listed for the profile in `__main__.py`
22
must import cleanly. Catches missing deps and accidental top-level
23
imports of optional extras.
24
-2. **Runtime checks** (`runtime/`) — small public-API exercises that
+2. **Runtime checks**: small public-API exercises that
25
actually call into the SDK. These catch regressions where imports
26
succeed but a real call fails.
27
0 commit comments