Skip to content

ref(tests): Replace _transport_works_cases loop with explicit case list - #6978

Merged
ericapisani merged 1 commit into
masterfrom
py-2641-followup
Jul 31, 2026
Merged

ref(tests): Replace _transport_works_cases loop with explicit case list#6978
ericapisani merged 1 commit into
masterfrom
py-2641-followup

Conversation

@ericapisani

Copy link
Copy Markdown
Member

Write out the parametrized cases for test_transport_works as literal tuples instead of generating them with nested loops, keeping the PY37/PY38-dependent variants as three explicit lists

Refs PY-2641

Write out the parametrized cases for test_transport_works as literal
tuples instead of generating them with nested loops, keeping the
PY37/PY38-dependent variants as three explicit lists

Refs PY-2641
@ericapisani
ericapisani requested a review from a team as a code owner July 31, 2026 16:17
@linear-code

linear-code Bot commented Jul 31, 2026

Copy link
Copy Markdown

PY-2641

@github-actions

Copy link
Copy Markdown
Contributor

Codecov Results 📊

94982 passed | ⏭️ 6343 skipped | Total: 101325 | Pass Rate: 93.74% | Execution Time: 342m 4s

📊 Comparison with Base Branch

Metric Change
Total Tests
Passed Tests 📈 +1
Failed Tests 📉 -1
Skipped Tests

➖ Removed Tests (1)

View removed tests
  • test_continuous_profiler_auto_start_and_stop_sampled[non-experiment-thread]
    • File: tests.profiler.test_continuous_profiler

All tests are passing successfully.

✅ Patch coverage is 100.00%. Project has 2511 uncovered lines.
❌ Project coverage is 89.89%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
- Coverage    89.91%    89.89%    -0.02%
==========================================
  Files          193       193         —
  Lines        24832     24832         —
  Branches      8912      8912         —
==========================================
+ Hits         22326     22321        -5
- Misses        2506      2511        +5
- Partials      1417      1414        -3

Generated by Codecov Action

@ericapisani
ericapisani merged commit f3d822d into master Jul 31, 2026
145 checks passed
@ericapisani
ericapisani deleted the py-2641-followup branch July 31, 2026 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants