Skip to content

Commit 7192946

Browse files
committed
readme
1 parent 6d47378 commit 7192946

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/populate_tox/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ be expressed like so:
153153
}
154154
```
155155

156+
### `integration_name`
157+
158+
Sometimes, the name of the test suite doesn't match the name of the integration.
159+
For example, we have the `openai_base` and `openai_notiktoken` test suites, both
160+
of which are actually testing the `openai` integration. If this is the case, you can use the `integration_name` key to define the name of the integration. If not provided, it will default to the name of the test suite.
161+
162+
Linking an integration to a test suite allows the script to access integration configuration like for example the minimum version defined in `sentry_sdk/integrations/__init__.py`.
163+
156164

157165
## How-Tos
158166

0 commit comments

Comments
 (0)