Skip to content
GitLab
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
Oct 31, 2023
by
章 登恒
Browse files
commit
parent
1f26580c
Changes
1
Hide whitespace changes
Inline
Side-by-side
testcase/test_scene1/scene1_mainflow.py
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 *
...
...
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