-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 or fix scrubbing in several adapters #2700
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.
Minor nitpick: method names in the scrubbing unit tests aren't consistent. There's a test_transcript_scrubbing
, test_scrubbing
, and test_scrub
.
@dtykocki Hah, point. That's because I wasn't consistent about what existing adapter's tests I was stealing. I'll look for what's most common as-is and then move them all over to that before merging. |
Unit: 14 tests, 34 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Remote: 29 tests, 90 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed
Unit: 29 tests, 141 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Remote: 24 tests, 105 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed
Three remote tests fail, all involving what I believe are enhancements to how specified currency is handled. None are impacted by this change, and fixing them is beyond the scope of this change. Unit: 33 tests, 158 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Remote: 26 tests, 97 assertions, 3 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 88.4615% passed
Unit: 5 tests, 75 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Remote: 16 tests, 48 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed
Unit: 21 tests, 60 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Remote: 30 tests, 77 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed
Five remote tests fail, two involving extended options for purchases, two on storing, and one on credits. None of these are impacted by this patch series, and fixing them is beyond the scope of this series. (The errors appears to be some sort of transient issue with their test card processing.) Unit: 48 tests, 206 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Remote: 27 tests, 91 assertions, 5 failures, 1 errors, 0 pendings, 0 omissions, 0 notifications 77.7778% passed
Okay, all unified on |
No description provided.