(DB, Gamedata, StrongBluePillBooster)
| 22 | |
| 23 | |
| 24 | def test_item(DB, Gamedata, StrongBluePillBooster): |
| 25 | assert isinstance(StrongBluePillBooster.item, Gamedata['Item']) |
| 26 | |
| 27 | |
| 28 | def test_clear(DB, StrongBluePillBooster): |
nothing calls this directly
no outgoing calls
no test coverage detected