MCPcopy Index your code
hub / github.com/PokeAPI/pokeapi / setup_pokeathlon_stat_data

Method setup_pokeathlon_stat_data

pokemon_v2/tests.py:1171–1175  ·  view source on GitHub ↗
(cls, name="pkathln stt")

Source from the content-addressed store, hash-verified

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"):

Callers 2

test_nature_apiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected