Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InterfaceAutoTest
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TestAuto
InterfaceAutoTest
Commits
1ed9d867
Commit
1ed9d867
authored
Jul 20, 2021
by
taoke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
多项目配置化-增加根据项目名来发送钉钉群
parent
85f11e40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
common/tools.py
+12
-2
No files found.
common/tools.py
View file @
1ed9d867
...
@@ -80,4 +80,14 @@ def get_case_dir(product_name):
...
@@ -80,4 +80,14 @@ def get_case_dir(product_name):
test_case_dir
=
BmyConfig
.
test_case_dir
test_case_dir
=
BmyConfig
.
test_case_dir
if
product_name
==
SSOConfig
.
name
:
if
product_name
==
SSOConfig
.
name
:
test_case_dir
=
SSOConfig
.
test_case_dir
test_case_dir
=
SSOConfig
.
test_case_dir
return
test_case_dir
return
test_case_dir
\ No newline at end of file
def
get_send_dingding
(
product_name
):
"""根据传入的产品名来 发送对应的钉钉群"""
pass
def
get_run
(
envrioment
):
"""根据传入环境名字,来填入环境配置"""
pass
\ No newline at end of file
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