oncall-engine/engine/apps/mobile_app/tests
Vadim Stepanov f977f9faee
Minor formatting changes (#2641)
# What this PR does

- Updates `black` and `flake8` to latest
- Removes `F541` from flake8 ignore (`F541 f-string is missing
placeholders`)
- Enables ["float to top"
option](https://pycqa.github.io/isort/docs/configuration/options.html#float-to-top)
for `isort`
2023-07-26 14:45:44 +01:00
..
__init__.py Enforce cloud connection to send push notifications on OSS (#1132) 2023-01-19 11:15:56 +00:00
test_demo_push.py address mobile device push notification delivery issue when user had > 1 registered device (#2421) 2023-07-05 15:14:46 +00:00
test_fcm_device_model.py address mobile device push notification delivery issue when user had > 1 registered device (#2421) 2023-07-05 15:14:46 +00:00
test_fcm_relay.py address mobile device push notification delivery issue when user had > 1 registered device (#2421) 2023-07-05 15:14:46 +00:00
test_mobile_app_auth_token.py add unique idx on user column in mobileapp authtoken table (#1482) 2023-03-08 13:50:57 +01:00
test_notify_user.py address mobile device push notification delivery issue when user had > 1 registered device (#2421) 2023-07-05 15:14:46 +00:00
test_user_settings.py allowing storing/updating time_zone in mobile app user settings table (#2601) 2023-07-20 14:12:54 -04:00
test_your_going_oncall_notification.py Minor formatting changes (#2641) 2023-07-26 14:45:44 +01:00