(self)
| 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 |
nothing calls this directly
no test coverage detected