()
| 664 | |
| 665 | @pytest.fixture() |
| 666 | def user_password(): # type: ignore[no-untyped-def] |
| 667 | return FFAdminUser.objects.make_random_password() |
| 668 | |
| 669 | |
| 670 | @pytest.fixture() |
nothing calls this directly
no test coverage detected
searching dependent graphs…