-
-
Couldn't load subscription status.
- Fork 290
Giropay backend #154
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
base: main
Are you sure you want to change the base?
Giropay backend #154
Conversation
…s (allows much more freedom) and adjust all providers for the change use create_test_payment for tests, TestPayment is now a Mock use unittest mocks when python3
Codecov Report
@@ Coverage Diff @@
## master #154 +/- ##
==========================================
- Coverage 79.13% 76.29% -2.85%
==========================================
Files 27 29 +2
Lines 1649 1869 +220
Branches 190 208 +18
==========================================
+ Hits 1305 1426 +121
- Misses 245 342 +97
- Partials 99 101 +2
Continue to review full report at Codecov.
|
tested against test api of giropay (get_form, get_proccess and refund are tested)
Capture and release are untested and no written tests. Needs some care
depends on pull requests: #148, #149