Beispiel #1
0
 def test_character_short_name_removes_max(self):
     short_name = importer.shorten_character_name(
         'this_is_a_length_char_max_ly')
     self.assertEquals('this_is_a_length_char_ly', short_name)
Beispiel #2
0
 def test_character_short_name_removes_max(self):
     short_name = importer.shorten_character_name(
         'this_is_a_length_char_max_ly')
     self.assertEquals('this_is_a_length_char_ly', short_name)
Beispiel #3
0
 def test_character_short_name_retains_pile_suffix(self):
     short_name = importer.shorten_character_name('this_is_a_character_ly')
     self.assertEquals('this_is_a_character_ly', short_name)
Beispiel #4
0
 def test_character_short_name_retains_pile_suffix(self):
     short_name = importer.shorten_character_name('this_is_a_character_ly')
     self.assertEquals('this_is_a_character_ly', short_name)