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

Method setup_item_pocket_data

pokemon_v2/tests.py:272–278  ·  view source on GitHub ↗
(cls, name="itm pkt")

Source from the content-addressed store, hash-verified

270
271 @classmethod
272 def setup_item_pocket_data(cls, name="itm pkt"):
273 item_pocket = ItemPocket.objects.create(
274 name=name,
275 )
276 item_pocket.save()
277
278 return item_pocket
279
280 @classmethod
281 def setup_item_pocket_name_data(cls, item_pocket, name="itm pkt nm"):

Callers 2

test_item_pocket_apiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected