MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / KeepstarFit

Function KeepstarFit

_development/helpers_fits.py:20–27  ·  view source on GitHub ↗
(DB, Gamedata, Saveddata)

Source from the content-addressed store, hash-verified

18# noinspection PyShadowingNames
19@pytest.fixture
20def KeepstarFit(DB, Gamedata, Saveddata):
21 print("Creating Keepstar")
22 item = DB['gamedata_session'].query(Gamedata['Item']).filter(Gamedata['Item'].name == "Keepstar").first()
23 ship = Saveddata['Structure'](item)
24 # setup fit
25 fit = Saveddata['Fit'](ship, "Keepstar Fit")
26
27 return fit
28
29
30# noinspection PyShadowingNames

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected