zulip/corporate
Alex Vandiver b06253049a stripe: Change `assert_called` to `assert_called_once`.
Prefer using `assert_called_once` to protect against places where a
mock might be reused, and in so doing have been previously called,
thus making the second usage of `assert_called` not assert anything of
note.
2020-09-23 15:29:47 -07:00
..
lib stripe: Do not log credit card issues as errors. 2020-09-23 15:29:47 -07:00
management billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
migrations billing: Add option to request a sponsorship in /upgrade. 2020-07-01 16:45:38 -07:00
tests stripe: Change `assert_called` to `assert_called_once`. 2020-09-23 15:29:47 -07:00
__init__.py Create non-localserver "corporate" app with jobs pages. 2013-11-06 12:07:31 -05:00
models.py support: Show customer plan details in support page. 2020-07-24 17:37:41 -07:00
urls.py rest: Add rest_path shortcut for path with rest_dispatch. 2020-09-22 10:51:00 -07:00
views.py urls: Remove unused URL names and shorten others. 2020-09-22 10:46:28 -07:00