Chris Hill-Scott
1e55a8cbbe
Remove uses of .assert_not_called
...
I prefer to avoid `assert_not_called`, because if I make a typo like
this, the tests will still pass:
```
app.invite_api_client.create_invite.asset_not_called()
```
It’s harder to have a false positive with the statement written this
way:
```
assert app.invite_api_client.create_invite.called is False
```
2020-08-28 13:26:14 +01:00
..
2020-03-12 10:37:59 +00:00
2020-08-19 09:05:41 +01:00
2020-07-16 19:44:20 +01:00
2020-08-19 11:29:17 +01:00
2020-05-29 17:25:11 +01:00
2020-08-12 10:34:50 +01:00
2020-08-12 10:34:51 +01:00
2020-08-13 11:00:28 +01:00
2020-08-28 13:26:14 +01:00
2020-08-26 16:42:52 +01:00
2020-01-20 10:03:19 +00:00
2020-02-18 13:29:18 +00:00
2020-07-15 14:09:49 +01:00
2020-08-12 10:22:20 +01:00
2020-08-12 10:34:42 +01:00
2020-08-12 10:34:50 +01:00
2020-08-12 10:34:50 +01:00
2020-06-12 10:28:08 +01:00
2020-07-08 10:27:50 +01:00
2019-10-23 15:05:26 +01:00
2019-08-27 16:02:15 +01:00
2020-06-02 10:20:07 +01:00
2020-08-28 13:26:14 +01:00
2020-08-28 13:26:14 +01:00
2020-07-01 17:17:46 +01:00
2020-08-21 16:52:35 +01:00
2020-02-18 14:50:27 +00:00
2020-06-05 17:37:16 +01:00
2020-08-28 13:26:14 +01:00
2019-12-13 13:20:56 +00:00
2020-08-12 10:34:42 +01:00
2020-08-28 13:26:14 +01:00
2020-08-20 10:23:36 +01:00
2020-08-28 13:26:14 +01:00
2020-08-12 10:34:42 +01:00
2020-04-01 10:18:55 +01:00
2020-07-24 11:34:02 +01:00
2019-06-05 11:13:41 +01:00
2020-08-25 16:03:14 +01:00
2020-08-28 13:26:14 +01:00
2020-02-25 10:52:03 +00:00
2020-08-12 10:34:51 +01:00