MCPcopy Index your code
hub / github.com/dataease/SQLBot / test_icon_file_exists

Method test_icon_file_exists

tests/test_supplier_config.py:144–154  ·  view source on GitHub ↗

MiniMax icon PNG file should exist.

(self)

Source from the content-addressed store, hash-verified

142 """Test that the MiniMax icon file exists and is valid."""
143
144 def test_icon_file_exists(self):
145 """MiniMax icon PNG file should exist."""
146 icon_path = os.path.join(
147 PROJECT_ROOT,
148 "frontend",
149 "src",
150 "assets",
151 "model",
152 "icon_minimax_colorful.png",
153 )
154 self.assertTrue(os.path.exists(icon_path), "MiniMax icon file should exist")
155
156 def test_icon_is_png(self):
157 """MiniMax icon should be a valid PNG file."""

Callers

nothing calls this directly

Calls 1

existsMethod · 0.45

Tested by

no test coverage detected