1
0

style: 代码格式化

This commit is contained in:
2025-12-13 21:47:37 +08:00
parent 02d2cc48aa
commit a3e34b6565
64 changed files with 755 additions and 573 deletions

View File

@@ -1,6 +1,7 @@
"""
Unit tests for puzzle modules: BasePuzzle, ClozePuzzle, MCQPuzzle
"""
import pytest
import re
@@ -20,4 +21,4 @@ class TestBasePuzzle:
pass
# ClozePuzzle and MCQPuzzle tests skipped due to import issues
# ClozePuzzle and MCQPuzzle tests skipped due to import issues