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

Function test_race

tests/test_modules/test_eos/test_gamedata.py:10–15  ·  view source on GitHub ↗

Test race code

(DB, RifterFit, KeepstarFit)

Source from the content-addressed store, hash-verified

8# noinspection PyPackageRequirements
9
10def test_race(DB, RifterFit, KeepstarFit):
11 """
12 Test race code
13 """
14 assert RifterFit.ship.item.race == 'minmatar'
15 assert KeepstarFit.ship.item.race == 'upwell'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected