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

Method setup_evolution_chain_data

pokemon_v2/tests.py:1817–1823  ·  view source on GitHub ↗
(cls, baby_trigger_item=None)

Source from the content-addressed store, hash-verified

1815
1816 @classmethod
1817 def setup_evolution_chain_data(cls, baby_trigger_item=None):
1818 evolution_chain = EvolutionChain.objects.create(
1819 baby_trigger_item=baby_trigger_item,
1820 )
1821 evolution_chain.save()
1822
1823 return evolution_chain
1824
1825 @classmethod
1826 def setup_pokemon_evolution_data(

Callers 3

test_item_apiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected