fix: 清除硬编码API Key与机器特定路径,改用环境变量+混合式路径解析
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
import sys, os, re
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
||||
ROOT = "D:/cobol-java/cobol-test-programs/"
|
||||
from _paths import BENCH_ROOT as ROOT
|
||||
COPYBOOKS = os.path.join(ROOT, "common/copybooks")
|
||||
TNA = "D:/cobol-java/cobol-tna-system/"
|
||||
from _paths import TNA_ROOT as TNA
|
||||
from cobol_testgen import extract_structure, generate_data
|
||||
|
||||
total_br = 0; total_cov = 0; errors = []; below = []
|
||||
|
||||
Reference in New Issue
Block a user