zulip/corporate/tests
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
..
stripe_fixtures stripe_fixtures: Fix incorrectly normalized JSON. 2020-08-07 15:05:01 -07:00
__init__.py billing: Move billing tests from zilencer to corporate. 2018-10-01 15:44:02 -07:00
test_stripe.py stripe: Change `assert_called` to `assert_called_once`. 2020-09-23 15:29:47 -07:00