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

Stateful test progress spinner #360

Merged
merged 3 commits into from
Feb 11, 2020
Merged

Stateful test progress spinner #360

merged 3 commits into from
Feb 11, 2020

Conversation

iamdefinitelyahuman
Copy link
Member

What I did

Add a spinner to show progress on stateful tests when running pytest. Initially the spinner is yellow, once the test fails and is being reduced it changes to red.

Closes #358

How I did it

Taking further advantage of the meta-class magic of _BrownieStateMachine.

How to verify it

Run the tests.

Checklist

  • I have confirmed that my PR passes all linting checks
  • I have included test cases
  • I have updated the documentation
  • I have added an entry to the changelog

@iamdefinitelyahuman iamdefinitelyahuman merged commit e3fc431 into master Feb 11, 2020
@iamdefinitelyahuman iamdefinitelyahuman deleted the stateful-output branch February 11, 2020 11:02
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.

Show console output when running stateful tests
1 participant