oncall-engine/engine/apps/user_management/tests
Matias Bordese e41ccb9d9b
Make usernames unique in tests (#3310)
Some tests (particularly when there are schedules and shifts involved)
depend on generated usernames being unique (we randomly get [CI
errors](https://github.com/grafana/oncall/actions/runs/6812435056/job/18524768961#step:5:676)
because of this). Although username field is not required to be unique,
I think it makes sense for testing purposes to enable this (and when a
duplicated username is needed in a test, make that explicit).
2023-11-09 14:30:28 +00:00
..
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
factories.py Make usernames unique in tests (#3310) 2023-11-09 14:30:28 +00:00
test_free_public_beta_subcription_strategy.py Phone provider refactoring (#1713) 2023-05-24 06:27:48 +00:00
test_organization.py Improve performance of GET /users and GET /teams endpoints used by add responders popup (#3241) 2023-11-03 12:40:54 -04:00
test_region.py Org soft-delete (#1073) 2023-01-05 12:42:55 +08:00
test_sync.py Handle None role when syncing users from Grafana (#3147) 2023-10-19 17:39:08 +00:00
test_user.py Move cache clear to fixtures, fix some deprecation notices (#3269) 2023-11-06 16:52:50 +00:00