MERGE main into nl/981-test-domain-migration-script

This commit is contained in:
CocoByte 2023-10-24 21:34:08 -06:00
commit 9468876197
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
34 changed files with 749 additions and 141 deletions

View file

@ -398,6 +398,9 @@ class Command(BaseCommand):
f"================== SIMULATING LOGINS =================="
f"{TerminalColors.ENDC}")
command_string = "python ./manage.py test registrar.tests.test_transition_domain_migrations_wiuth_logins.TestLogins.test_user_logins"
# for invite in DomainInvitation.objects.all(): #TODO: limit to our stuff
# #DEBUG:
# TerminalHelper.print_conditional(debug_on,