You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
"""
|
|
DeepSeek v3.1 代码规约化测试模块
|
|
|
|
本模块提供了使用DeepSeek v3.1模型进行C/C++代码形式化规约生成的
|
|
完整测试套件。
|
|
"""
|
|
|
|
from .test_deepseek_normalization import *
|
|
from .run_normalization_test import *
|
|
|
|
__version__ = "1.0.0"
|
|
__author__ = "CodeDetect Team"
|
|
__description__ = "DeepSeek v3.1 代码规约化测试框架" |