-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Description
Hi, I'm getting an untested warning for PayPalStandardBase.is_subcription()
paypal.standard.models:286: This method (or branch) is not covered by automated tests. It is therefore very vulnerable to being accidentally broken by future versions of django-paypal. Please contribute tests to ensure future functionality!
The method itself is just one line:
def is_subscription(self):
warn_untested()
return len(self.subscr_id) > 0
So I wonder what kind of test would be needed for this. Or if it's pointing to the more generic subscription logic?
Metadata
Metadata
Assignees
Labels
No labels