@@ -336,40 +336,40 @@ def test_workflow_maximal_args(self) -> None:
336336 self .assertSuccess (completed_process )
337337 self .assertEqual (
338338 "Creating data.\n "
339- " Generating data for story story_generators.short_story\n "
340- " Generating data for story story_generators.short_story\n "
341- " Generating data for story story_generators.short_story\n "
342- " Generating data for story story_generators.full_row_story\n "
343- " Generating data for story story_generators.long_story\n "
344- " Generating data for story story_generators.long_story\n "
345- " Generating data for table data_type_test\n "
346- " Generating data for table no_pk_test\n "
347- " Generating data for table person\n "
348- " Generating data for table unique_constraint_test\n "
349- " Generating data for table unique_constraint_test2\n "
350- " Generating data for table test_entity\n "
351- " Generating data for table hospital_visit\n "
352- " Generating data for story story_generators.short_story\n "
353- " Generating data for story story_generators.short_story\n "
354- " Generating data for story story_generators.short_story\n "
355- " Generating data for story story_generators.full_row_story\n "
356- " Generating data for story story_generators.long_story\n "
357- " Generating data for story story_generators.long_story\n "
358- " Generating data for table data_type_test\n "
359- " Generating data for table no_pk_test\n "
360- " Generating data for table person\n "
361- " Generating data for table unique_constraint_test\n "
362- " Generating data for table unique_constraint_test2\n "
363- " Generating data for table test_entity\n "
364- " Generating data for table hospital_visit\n "
339+ ' Generating data for story " story_generators.short_story". \n '
340+ ' Generating data for story " story_generators.short_story". \n '
341+ ' Generating data for story " story_generators.short_story". \n '
342+ ' Generating data for story " story_generators.full_row_story". \n '
343+ ' Generating data for story " story_generators.long_story". \n '
344+ ' Generating data for story " story_generators.long_story". \n '
345+ ' Generating data for table " data_type_test". \n '
346+ ' Generating data for table " no_pk_test". \n '
347+ ' Generating data for table " person". \n '
348+ ' Generating data for table " unique_constraint_test". \n '
349+ ' Generating data for table " unique_constraint_test2". \n '
350+ ' Generating data for table " test_entity". \n '
351+ ' Generating data for table " hospital_visit". \n '
352+ ' Generating data for story " story_generators.short_story". \n '
353+ ' Generating data for story " story_generators.short_story". \n '
354+ ' Generating data for story " story_generators.short_story". \n '
355+ ' Generating data for story " story_generators.full_row_story". \n '
356+ ' Generating data for story " story_generators.long_story". \n '
357+ ' Generating data for story " story_generators.long_story". \n '
358+ ' Generating data for table " data_type_test". \n '
359+ ' Generating data for table " no_pk_test". \n '
360+ ' Generating data for table " person". \n '
361+ ' Generating data for table " unique_constraint_test". \n '
362+ ' Generating data for table " unique_constraint_test2". \n '
363+ ' Generating data for table " test_entity". \n '
364+ ' Generating data for table " hospital_visit". \n '
365365 "Data created in 2 passes.\n "
366- f"person: { 2 * (3 + 1 + 2 + 2 )} rows created\n "
367- f"hospital_visit: { 2 * (2 * 2 + 3 )} rows created\n "
368- "data_type_test: 2 rows created\n "
369- "no_pk_test: 2 rows created\n "
370- "unique_constraint_test: 2 rows created\n "
371- "unique_constraint_test2: 2 rows created\n "
372- "test_entity: 2 rows created\n " ,
366+ f"person: { 2 * (3 + 1 + 2 + 2 )} rows created. \n "
367+ f"hospital_visit: { 2 * (2 * 2 + 3 )} rows created. \n "
368+ "data_type_test: 2 rows created. \n "
369+ "no_pk_test: 2 rows created. \n "
370+ "unique_constraint_test: 2 rows created. \n "
371+ "unique_constraint_test2: 2 rows created. \n "
372+ "test_entity: 2 rows created. \n " ,
373373 completed_process .stdout .decode ("utf-8" ),
374374 )
375375
@@ -390,13 +390,13 @@ def test_workflow_maximal_args(self) -> None:
390390 self .assertSuccess (completed_process )
391391 self .assertEqual (
392392 "Truncating non-vocabulary tables.\n "
393- " Truncating table hospital_visit\n "
394- " Truncating table test_entity\n "
395- " Truncating table unique_constraint_test2\n "
396- " Truncating table unique_constraint_test\n "
397- " Truncating table person\n "
398- " Truncating table no_pk_test\n "
399- " Truncating table data_type_test\n "
393+ ' Truncating table " hospital_visit". \n '
394+ ' Truncating table " test_entity". \n '
395+ ' Truncating table " unique_constraint_test2". \n '
396+ ' Truncating table " unique_constraint_test". \n '
397+ ' Truncating table " person". \n '
398+ ' Truncating table " no_pk_test". \n '
399+ ' Truncating table " data_type_test". \n '
400400 "Non-vocabulary tables truncated.\n " ,
401401 completed_process .stdout .decode ("utf-8" ),
402402 )
@@ -418,11 +418,11 @@ def test_workflow_maximal_args(self) -> None:
418418 self .assertSuccess (completed_process )
419419 self .assertEqual (
420420 "Truncating vocabulary tables.\n "
421- " Truncating vocabulary table concept\n "
422- " Truncating vocabulary table concept_type\n "
423- " Truncating vocabulary table ref_to_unignorable_table\n "
424- " Truncating vocabulary table mitigation_type\n "
425- " Truncating vocabulary table empty_vocabulary\n "
421+ ' Truncating vocabulary table " concept". \n '
422+ ' Truncating vocabulary table " concept_type". \n '
423+ ' Truncating vocabulary table " ref_to_unignorable_table". \n '
424+ ' Truncating vocabulary table " mitigation_type". \n '
425+ ' Truncating vocabulary table " empty_vocabulary". \n '
426426 "Vocabulary tables truncated.\n " ,
427427 completed_process .stdout .decode ("utf-8" ),
428428 )
0 commit comments