MCPcopy
hub / github.com/PokemonGoF/PokemonGo-Bot / test_attacks

Method test_attacks

tests/inventory_test.py:178–180  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176 self.assertEqual(l2c.level_from_cpm(0.7903), 40.0)
177
178 def test_attacks(self):
179 self._test_attacks(fast_attacks, FastAttacks)
180 self._test_attacks(charged_attacks, ChargedAttacks)
181
182 def _test_attacks(self, callback, clazz):
183 charged = clazz is ChargedAttacks

Callers

nothing calls this directly

Calls 1

_test_attacksMethod · 0.95

Tested by

no test coverage detected