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
b01b4ea99ddd23fc235b0bc116e26df67fb7b94c
Authored by
季培红
2017-12-22 10:48:15 +0800
1 parent
a8e4fb5e
fix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tests/__init__.py
tests/__init__.py
View file @
b01b4ea
...
...
@@ -2,4 +2,4 @@ import sys
2
2
import os
3
3
sys.path.append(os.getcwd())
4
4
sys.path.append('/data/jenkins/workspace/test-group/api-tests/')
5
-print("当前工作目录"+ sys.path)
5
+
...
...