Test race code
(DB, RifterFit, KeepstarFit)
| 8 | # noinspection PyPackageRequirements |
| 9 | |
| 10 | def 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' |
nothing calls this directly
no outgoing calls
no test coverage detected