Skip to content

Avoid composite for fixed IDNA test data#191

Open
Mirochill wants to merge 1 commit into
python-hyper:masterfrom
Mirochill:fix-187-remove-composite-warning
Open

Avoid composite for fixed IDNA test data#191
Mirochill wants to merge 1 commit into
python-hyper:masterfrom
Mirochill:fix-187-remove-composite-warning

Conversation

@Mirochill
Copy link
Copy Markdown

Summary

  • replace the fixed mock_idna_text composite strategy with just(...)
  • drop the now-unused composite-only imports from the Hypothesis tests

Closes #187.

Validation

  • Local tests were not run because this workspace is intentionally coordination-only.
  • Static validation only: git diff --check.
  • Relying on the repository's GitHub Actions checks for remote validation.

@Mirochill Mirochill marked this pull request as ready for review May 20, 2026 12:18
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.

There is no reason to use @st.composite on a function which does not call the provided draw() function internally

1 participant