def test_name_to_string_apostrophe(self):
     output = name_to_string(test_names[2]["input"]['private'])
     assert output == test_names[2]["string"]
 def test_name_to_string_apostrophe(self):
     output = name_to_string(test_names[2]["input"]['private'])
     assert output == test_names[2]["string"]
 def test_name_to_string_3_forenames(self):
     output = name_to_string(test_names[1]["input"]['private'])
     assert output == test_names[1]["string"]
 def test_name_to_string_3_forenames(self):
     output = name_to_string(test_names[1]["input"]['private'])
     assert output == test_names[1]["string"]