zulip/corporate
Anders Kaseorg 9756ac0db7 test_stripe: Convert NamedTuple to dataclass.
The locally defined NamedTuple was triggering a mypy caching bug
(https://github.com/python/mypy/issues/10913), and we don’t use the
tuple behavior anyway.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-08-02 21:43:51 -07:00
..
lib bots: Pass realm to get_system_bot calls in registration.py. 2021-07-26 15:33:13 -07:00
management billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
migrations billing: Fix options and help text for sponsorship requests. 2021-07-18 20:48:27 -07:00
tests test_stripe: Convert NamedTuple to dataclass. 2021-08-02 21:43:51 -07:00
views python: Remove unnecessary intermediate lists. 2021-08-02 15:53:52 -07:00
__init__.py
models.py backend: Add None-checks with assertions and if-elses. 2021-07-24 15:00:21 -07:00
urls.py billing: Split views into upgrade and billing page views. 2021-07-20 14:43:39 -07:00