-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local test runs generate telemetry data by default #26
Comments
We need to add a fixture to each of the repos conftest |
We have it here . We can make it part of this package so only import it in other places. e.g., importing this into any other package conftest.py: from ploomber_core._testing import block_posthog Should define the fixture and block posthog |
I think it's now a good time to revisit the logic. seems like this feature depends on two fixture definitions |
I think what probably is missing is the import piece, we've been seeing test events into posthog |
this has not been implemented: I'm suggesting we implement it so we can import it in this repo's contest and all others. |
We should consider disabling the telemetry by default when running tests locally.
@idomic @edublancas
The text was updated successfully, but these errors were encountered: