Commit 17059868f0ed5fe40ec603ac43a3d7a1e48e9d6a

Authored by 季培红
1 parent 9202816c

fix

tests/Staff_Management/__init__.py
1 -import sys  
2 -sys.path.append('E:\\yq-interface-test\\atdd')  
3 \ No newline at end of file 0 \ No newline at end of file
tests/__init__.py
1 import sys 1 import sys
2 import os 2 import os
3 sys.path.append(os.getcwd()) 3 sys.path.append(os.getcwd())
4 -print("当前工作目录"+ sys.path)  
5 \ No newline at end of file 4 \ No newline at end of file
  5 +sys.path.append('/data/jenkins/workspace/test-group/api-tests/')
  6 +print("当前工作目录"+ sys.path)