mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-29 08:50:01 +02:00
Test data and test changes
This commit is contained in:
parent
4e22e26065
commit
44c7631eaa
14 changed files with 131 additions and 29 deletions
|
@ -72,7 +72,9 @@ class Command(BaseCommand):
|
|||
"--directory", default="migrationdata", help="Desired directory"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--infer_filenames", default=False, help="Determines if we should infer filenames or not. Recommended to be enabled only in a development or testing setting."
|
||||
"--infer_filenames",
|
||||
action=argparse.BooleanOptionalAction,
|
||||
help="Determines if we should infer filenames or not. Recommended to be enabled only in a development or testing setting."
|
||||
)
|
||||
parser.add_argument(
|
||||
"--agency_adhoc_filename",
|
||||
|
@ -86,10 +88,9 @@ class Command(BaseCommand):
|
|||
)
|
||||
parser.add_argument(
|
||||
"--domain_escrow_filename",
|
||||
default=EnumFilenames.DOMAIN_ADDITIONAL.value[1],
|
||||
default=EnumFilenames.DOMAIN_ESCROW.value[1],
|
||||
help="Defines the filename for creation/expiration domain data",
|
||||
)
|
||||
#domain_escrow_filename
|
||||
parser.add_argument(
|
||||
"--domain_adhoc_filename",
|
||||
default=EnumFilenames.DOMAIN_ADHOC.value[1],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue