Skip to content

Commit aa7d081

Browse files
committed
Update
1 parent f7e4c3a commit aa7d081

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/install_smoke/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ profile under test.
1818
For a given install profile (`base`, `http-server`, `grpc`,
1919
`telemetry`, `sql`) it runs two phases:
2020

21-
1. **Imports** every module listed for the profile in `__main__.py`
21+
1. **Imports**: every module listed for the profile in `__main__.py`
2222
must import cleanly. Catches missing deps and accidental top-level
2323
imports of optional extras.
24-
2. **Runtime checks** (`runtime/`) — small public-API exercises that
24+
2. **Runtime checks**: small public-API exercises that
2525
actually call into the SDK. These catch regressions where imports
2626
succeed but a real call fails.
2727

0 commit comments

Comments
 (0)