mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
This fixes a batch of mypy errors of the following format: 'Item "None" of "Optional[Something]" has no attribute "abc" Since we have already been recklessly using these attritbutes in the tests, adding assertions beforehand is justified presuming that they oughtn't to be None. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_activity_views.py | ||
| test_counts.py | ||
| test_fixtures.py | ||
| test_stats_views.py | ||
| test_support_views.py | ||