Skip to content

Replace use of Hypothesis with subTest#912

Merged
corranwebster merged 1 commit into
mainfrom
enh/remove-hypothesis
Mar 15, 2022
Merged

Replace use of Hypothesis with subTest#912
corranwebster merged 1 commit into
mainfrom
enh/remove-hypothesis

Conversation

@corranwebster
Copy link
Copy Markdown
Contributor

The use of Hypothesis was just to repeat a test with different values. Replacing with subTest is straightforward.

Fixes #881.

The use of Hypothesis was just to repeat a test with different values.
Replacing with subTest is straightforward.

Fixes #881.
@corranwebster corranwebster merged commit b16acf6 into main Mar 15, 2022
@jwiggins jwiggins deleted the enh/remove-hypothesis branch March 15, 2022 19:15
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.

Investigate replacing "hypothesis" with the new "unittest.TestCase.subTest"

2 participants