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
84b21fc9
Commit
84b21fc9
authored
Aug 26, 2021
by
edz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决冲突
parent
26698d0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
path_setting.py
path_setting.py
+1
-1
test_account_login.py
test_om_case/achelous_case/test_account_login.py
+1
-1
No files found.
path_setting.py
View file @
84b21fc9
...
@@ -636,7 +636,7 @@ ACHELOUS_REQUEST_CONFIG = os.path.join(BASE_DIR, "backend_auto/all_om_api", "ach
...
@@ -636,7 +636,7 @@ ACHELOUS_REQUEST_CONFIG = os.path.join(BASE_DIR, "backend_auto/all_om_api", "ach
#直播-om后台-批量添加美购
#直播-om后台-批量添加美购
BATCH_ADD_SERVICE
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_om_data/achelous_data"
,
"batch_add_service.yaml"
)
BATCH_ADD_SERVICE
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_om_data/achelous_data"
,
"batch_add_service.yaml"
)
#登录
#登录
ACCOUNT_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_om_data/achelous_data"
,
"account_login.yaml"
)
ACCOUNT_DATA
A
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_om_data/achelous_data"
,
"account_login.yaml"
)
#次卡商详页
#次卡商详页
BEAUTY_CARD_DETAIL
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/janus_data"
,
"beauty_card_detail.yaml"
)
BEAUTY_CARD_DETAIL
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/janus_data"
,
"beauty_card_detail.yaml"
)
...
...
test_om_case/achelous_case/test_account_login.py
View file @
84b21fc9
...
@@ -4,7 +4,7 @@ from all_om_api.achelous_request import achelous_request
...
@@ -4,7 +4,7 @@ from all_om_api.achelous_request import achelous_request
from
ids_list
import
get_ids
from
ids_list
import
get_ids
from
in_common.base_request
import
BaseRequest
from
in_common.base_request
import
BaseRequest
class
TestAccountLogin
:
class
TestAccountLogin
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
ACCOUNT_DATA
)
data
=
BaseRequest
()
.
api_load
(
path_setting
.
ACCOUNT_DATA
A
)
account_login_case
,
account_login_data
=
get_ids
(
data
,
"account_login"
)
account_login_case
,
account_login_data
=
get_ids
(
data
,
"account_login"
)
@pytest.mark.parametrize
(
"param"
,
account_login_data
,
ids
=
account_login_case
)
@pytest.mark.parametrize
(
"param"
,
account_login_data
,
ids
=
account_login_case
)
...
...
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