Skip to content

Fix test flakyness#100

Merged
pfouque merged 1 commit intomainfrom
test_upgrade
Feb 27, 2026
Merged

Fix test flakyness#100
pfouque merged 1 commit intomainfrom
test_upgrade

Conversation

@pfouque
Copy link
Member

@pfouque pfouque commented Feb 27, 2026

Description

Adding pytest-randomly I discovered tests were coupled as some signals were not disconnected

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Other (no functional changes)

Checklist

  • I have read the CONTRIBUTING.md guide
  • Tests added/updated for the changes
  • All tests pass locally (uv run pytest or pytest)
  • Linting passes (uv run ruff check .)
  • Documentation updated (if applicable)
  • CHANGELOG.rst updated (for user-facing changes)

Testing

# Commands used to test
uv run pytest tests/test_xxx.py -v

Related Issues

@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pfouque pfouque merged commit 843bac8 into main Feb 27, 2026
8 checks passed
@pfouque pfouque deleted the test_upgrade branch February 27, 2026 08:38
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.

1 participant