mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
This is a prep commit which moves the `PushNotificationTest` class from `test_push_notifications.py` to `test_classes.py` as we plan to import it and reuse it in other files. This commit also renames `PushNotificationTest` to `PushNotificationTestCase` to align with our naming convention in `test_classes.py` to name classes, which act as a parent class with helper methods and no actual test within itself, with a "TestCase" suffix.
100 KiB
100 KiB