We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728afee commit cd234efCopy full SHA for cd234ef
src/connections/sources/catalog/libraries/server/python/index.md
@@ -45,6 +45,12 @@ analytics.debug = True
45
analytics.on_error = on_error
46
```
47
48
+If you don't want to send information to Segment during testing, add the following code to your test:
49
+
50
+```python
51
+analytics.send = False
52
+```
53
54
**Using Django?** Check out the [Django docs](/docs/connections/sources/catalog/libraries/server/python/#django).
55
56
## Identify
0 commit comments