feat: 进一步改进

This commit is contained in:
2025-12-31 00:57:07 +08:00
parent b65dad6a1f
commit eaa38fb880
43 changed files with 251 additions and 528 deletions

View File

@@ -1,7 +1,7 @@
import unittest
from unittest.mock import MagicMock, patch
from heurams.kernel.puzzles.cloze import ClozePuzzle
from heurams.kernel.evaluators.cloze import ClozePuzzle
class TestClozePuzzle(unittest.TestCase):