Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
backend_auto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘婷婷
backend_auto
Commits
13b509c6
Commit
13b509c6
authored
Mar 26, 2021
by
邓莹莹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update filename
parent
0273f60c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
3 deletions
+2
-3
path_setting.py
path_setting.py
+1
-2
run.py
run.py
+1
-1
__init__.py
test_backend_case/__init__.py
+0
-0
__init__.py
test_backend_case/account_case/__init__.py
+0
-0
test_login_vfc.py
test_backend_case/account_case/test_login_vfc.py
+0
-0
No files found.
path_setting.py
View file @
13b509c6
...
...
@@ -8,4 +8,4 @@ APYAML_CONFIG = os.path.join(BASE_DIR, "backend_auto/all_backend_api", "account_
LOGIN_VFC
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/account_data"
,
"login_vfc.yaml"
)
if
__name__
==
'__main__'
:
print
(
HOSTYAML_CONFIG
)
\ No newline at end of file
print
(
"=========="
,
HOSTYAML_CONFIG
)
run.py
View file @
13b509c6
from
test_backend_
request.account_request
import
test_login_vfc
from
test_backend_
case.account_case
import
test_login_vfc
import
pytest
...
...
test_backend_
request
/__init__.py
→
test_backend_
case
/__init__.py
View file @
13b509c6
File moved
test_backend_
request/account_request
/__init__.py
→
test_backend_
case/account_case
/__init__.py
View file @
13b509c6
File moved
test_backend_
request/account_request
/test_login_vfc.py
→
test_backend_
case/account_case
/test_login_vfc.py
View file @
13b509c6
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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