Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-sc
Commits
4566de69
Commit
4566de69
authored
1 year ago
by
章 登恒
Browse files
Options
Download
Email Patches
Plain Diff
commit
parent
1f26580c
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testcase/test_scene1/scene1_mainflow.py
+0
-1
testcase/test_scene1/scene1_mainflow.py
with
0 additions
and
1 deletion
+0
-1
testcase/test_scene1/scene1_mainflow.py
+
0
-
1
View file @
4566de69
...
...
@@ -8,7 +8,6 @@ import os
import
sys
cur_path
=
os
.
path
.
abspath
(
os
.
path
.
dirname
(
__file__
))
# 获取当前文件的目录
proj_path
=
cur_path
[:
cur_path
.
find
(
'testcase'
)]
# 获取根目录
print
(
proj_path
)
sys
.
path
.
append
(
proj_path
)
# from airtest.core.api import *
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets