Unit tests

This commit is contained in:
zandercymatics 2024-04-23 14:17:08 -06:00
parent 54b615d7f8
commit d1fcb922c6
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 103 additions and 8 deletions

View file

@ -65,7 +65,7 @@ class ScriptTemplate(BaseCommand):
"""
def mass_populate_field(self, sender, filter_conditions, fields_to_update):
"""Loops through each valid "sender" object - specified by filter_conditions - and
"""Loops through each valid "sender" object - specified by filter_conditions - and
updates fields defined by fields_to_update using populate_function.
You must define populate_field before you can use this function.