def test_draw_on_texture(self,
_draw_content_mock,
_save):
self.img.draw_on_texture()
self.assertIsNotNone(self.img.opposite_to_bg_color)
self.assertTrue(_draw_content_mock.called)