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

Function RifterFit

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

Source from the content-addressed store, hash-verified

6# noinspection PyShadowingNames
7@pytest.fixture
8def RifterFit(DB, Gamedata, Saveddata):
9 print("Creating Rifter")
10 item = DB['gamedata_session'].query(Gamedata['Item']).filter(Gamedata['Item'].name == "Rifter").first()
11 ship = Saveddata['Ship'](item)
12 # setup fit
13 fit = Saveddata['Fit'](ship, "My Rifter Fit")
14
15 return fit
16
17
18# noinspection PyShadowingNames

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected