test: Move conversation ID tests to their own file - #6699
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 69b90e6. Configure here.
Codecov Results 📊✅ 89982 passed | ⏭️ 6288 skipped | Total: 96270 | Pass Rate: 93.47% | Execution Time: 316m 18s 📊 Comparison with Base Branch
✨ No test changes detected All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2435 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 89.77% 89.77% —%
==========================================
Files 192 192 —
Lines 23809 23809 —
Branches 8218 8218 —
==========================================
+ Hits 21374 21374 —
- Misses 2435 2435 —
- Partials 1347 1347 —Generated by Codecov Action |
### Description For whatever reason, this collection of conversation ID tests was hidden away in `test_misc.py`. Move them to their own file. #### Issues <!-- * resolves: getsentry#1234 * resolves: LIN-1234 --> #### Reminders - Please add tests to validate your changes, and lint your code using `uv run ruff`. - Add GH Issue ID _&_ Linear ID (if applicable) - PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`) - For external contributors: [CONTRIBUTING.md](https://github.com/getsentry/sentry-python/blob/master/CONTRIBUTING.md), [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/Ww9hbqr)

Description
For whatever reason, this collection of conversation ID tests was hidden away in
test_misc.py. Move them to their own file.Issues
Reminders
uv run ruff.feat:,fix:,ref:,meta:)