(cls, name="pkathln stt")
| 1169 | |
| 1170 | @classmethod |
| 1171 | def setup_pokeathlon_stat_data(cls, name="pkathln stt"): |
| 1172 | pokeathlon_stat = PokeathlonStat.objects.create(name=name) |
| 1173 | pokeathlon_stat.save() |
| 1174 | |
| 1175 | return pokeathlon_stat |
| 1176 | |
| 1177 | @classmethod |
| 1178 | def setup_pokeathlon_stat_name_data(cls, pokeathlon_stat, name="pkathln stt nm"): |
no outgoing calls
no test coverage detected