zulip/analytics
PIG208 495a8476be tests: Use assertion to enforce None-checks in tests.
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.
2021-07-24 09:54:21 -07:00
..
lib python: Fix mypy no_implicit_reexport errors. 2021-07-16 14:02:31 -07:00
management analytics: Remove stream_stats management command. 2021-06-17 11:30:42 -07:00
migrations python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
tests tests: Use assertion to enforce None-checks in tests. 2021-07-24 09:54:21 -07:00
views python: Fix mypy no_implicit_reexport errors. 2021-07-16 14:02:31 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
urls.py analytics: Rename get_activity to get_installation_activity. 2021-06-17 17:39:28 -07:00