Commit d94b9b83abe9b0db69a6e62a74b7a98c416befad

Authored by 季培红
1 parent a385bbe8

fix

tests/Staff_Management/AdminSettings/Job_setting/test_jobSetting.py
1 1
  2 +import sys
  3 +sys.path('')
2 from atdd.PcPost import PcPost 4 from atdd.PcPost import PcPost
3 5
4 class JobSetting(PcPost): 6 class JobSetting(PcPost):
tests/Staff_Management/Organization/test_search_org.py
1 1
2 # Author: jipeihong 2017年11月7日11:22:08 2 # Author: jipeihong 2017年11月7日11:22:08
3 3
  4 +
4 from atdd.PcPost import PcPost 5 from atdd.PcPost import PcPost
5 6
6 # 搜索组织 7 # 搜索组织
tests/__init__.py
1 import sys 1 import sys
2 -sys.path.append('E:\\yq-interface-test\\atdd')  
3 -#print(sys.path)  
4 \ No newline at end of file 2 \ No newline at end of file
  3 +import os
  4 +sys.path.append(os.getcwd())
  5 +print(sys.path)
5 \ No newline at end of file 6 \ No newline at end of file