-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
test: refactor test_pebble to pytest style #1203
test: refactor test_pebble to pytest style #1203
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking pretty solid already :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving optimistically, but agree with Tony's suggestions about fixtures.
Latest changes:
Please take another look @tonyandrewmeyer. |
…operator into pytest-phase2-pebble-rework
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 on caplog
use!
Refactor test_pebble and test test_real_pebble to pytest style.
Changes:
unittest.TestCase
Before Refactor
After Refactor
Coverage unchanged.