Sign in
季培红
/
yq-interface-test
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
17059868f0ed5fe40ec603ac43a3d7a1e48e9d6a
Authored by
季培红
2017-12-22 10:41:08 +0800
1 parent
9202816c
fix
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
tests/Staff_Management/__init__.py
tests/__init__.py
tests/Staff_Management/__init__.py
View file @
1705986
1
-import sys
2
-sys.path.append('E:\\yq-interface-test\\atdd')
3
0
\ No newline at end of file
tests/__init__.py
View file @
1705986
1
1
import sys
2
2
import os
3
3
sys.path.append(os.getcwd())
4
-print("当前工作目录"+ sys.path)
5
4
\ No newline at end of file
5
+sys.path.append('/data/jenkins/workspace/test-group/api-tests/')
6
+print("当前工作目录"+ sys.path)
...
...