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

Split logic from Model, split address into billing, shipping, use functions instead prefixed fields #149

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

devkral
Copy link
Contributor

@devkral devkral commented Oct 6, 2017

Instead of using prefixed address fields in Model, use functions to retrieve the data.
This way different data sources can be used and a fallback can be provided (BasePaymentWithAddress) in case only one address is available.
BasePayment is split in Logic and Model. This allows better tests with less rendundancy.
The resulting testmock is in testcommon (test_common would be executed)

…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-io
Copy link

codecov-io commented Oct 6, 2017

Codecov Report

Merging #149 into master will increase coverage by 1.68%.
The diff coverage is 89.2%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
+ Coverage   79.13%   80.81%   +1.68%     
==========================================
  Files          27       28       +1     
  Lines        1649     1757     +108     
  Branches      190      194       +4     
==========================================
+ Hits         1305     1420     +115     
+ Misses        245      237       -8     
- Partials       99      100       +1
Impacted Files Coverage Δ
payments/sofort/__init__.py 87.71% <ø> (-1.17%) ⬇️
payments/testcommon.py 100% <100%> (ø)
payments/braintree/forms.py 93.1% <100%> (+0.51%) ⬆️
payments/stripe/forms.py 96.92% <100%> (+0.09%) ⬆️
payments/cybersource/__init__.py 66.56% <100%> (+0.1%) ⬆️
payments/authorizenet/__init__.py 79.54% <100%> (ø) ⬆️
payments/sagepay/__init__.py 90.76% <66.66%> (+2.05%) ⬆️
payments/models.py 84.12% <72.91%> (+9.33%) ⬆️
payments/utils.py 91.66% <90%> (-8.34%) ⬇️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 49c93aa...0ec5816. Read the comment docs.

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.

None yet

2 participants