graphite-project / carbon

Statement has no effect PYL-W0104
Anti-pattern
Major
4 years ago4 years old
Statement seems to have no effect
146
147  def test_is_full_short_circuits_on_inf(self):
148    with patch.object(self.metric_cache, 'size') as size_mock:
149      self.metric_cache.is_full150      size_mock.assert_not_called()
151
152  def test_is_full(self):