Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some hypothesis profiles #469

Merged
merged 2 commits into from
May 14, 2020
Merged

Add some hypothesis profiles #469

merged 2 commits into from
May 14, 2020

Conversation

AstraLuma
Copy link
Member

You can use these with pytest --hypothesis-profile jumbo.

The profiles defined have to do with the thoroughness of the hypothesis tests. Larger profiles mean more examples tested but longer run times.

  1. jumbo: 5x more
  2. large: 10x more
  3. x-large: 100x more

The default is unaltered.

@AstraLuma AstraLuma requested a review from a team as a code owner May 14, 2020 19:23
Copy link
Collaborator

@pathunstrom pathunstrom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

(We should probably add a section on testing somewhere in the docs.)

@bors bors bot merged commit 8cc9044 into ppb:master May 14, 2020
@AstraLuma AstraLuma deleted the hypothesis-profile branch October 16, 2020 01:59
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