コード例 #1
0
 def test_name_to_string_apostrophe(self):
     output = name_to_string(test_names[2]["input"]['private'])
     assert output == test_names[2]["string"]
コード例 #2
0
 def test_name_to_string_apostrophe(self):
     output = name_to_string(test_names[2]["input"]['private'])
     assert output == test_names[2]["string"]
コード例 #3
0
 def test_name_to_string_3_forenames(self):
     output = name_to_string(test_names[1]["input"]['private'])
     assert output == test_names[1]["string"]
コード例 #4
0
 def test_name_to_string_3_forenames(self):
     output = name_to_string(test_names[1]["input"]['private'])
     assert output == test_names[1]["string"]