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 or fix scrubbing in several adapters #2700

Closed
wants to merge 6 commits into from
Closed

Add or fix scrubbing in several adapters #2700

wants to merge 6 commits into from

Conversation

bpollack
Copy link
Contributor

@bpollack bpollack commented Jan 8, 2018

No description provided.

Copy link

@dtykocki dtykocki left a 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.

@bpollack
Copy link
Contributor Author

bpollack commented Jan 8, 2018

@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.

bpollack and others added 6 commits January 8, 2018 15:25
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
@bpollack
Copy link
Contributor Author

bpollack commented Jan 8, 2018

Okay, all unified on test_transcript_scrubbing. I'll merge as soon as Travis verifies I didn't break anything on that massive rebase.

@bpollack bpollack closed this in 5ef9766 Jan 9, 2018
@bpollack bpollack deleted the scrubbing2 branch January 9, 2018 13:53
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