Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
interfaceTest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
zhaihuitao
interfaceTest
Commits
892c2b7d
Commit
892c2b7d
authored
Nov 09, 2020
by
zhaihuitao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
2052fd65
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
workspace.xml
.idea/workspace.xml
+0
-0
result.html
report/result.html
+0
-0
test_click.py
testcase/android_click/test_click.py
+1
-1
No files found.
.idea/workspace.xml
View file @
892c2b7d
This diff is collapsed.
Click to expand it.
report/result.html
View file @
892c2b7d
This diff is collapsed.
Click to expand it.
testcase/android_click/test_click.py
View file @
892c2b7d
...
@@ -21,7 +21,7 @@ class clickTestCase(unittest.TestCase):
...
@@ -21,7 +21,7 @@ class clickTestCase(unittest.TestCase):
def
testclick
(
self
):
def
testclick
(
self
):
p
=
requests
.
get
(
url
=
click_url
,
params
=
params_click
,
timeout
=
30
,
verify
=
False
)
p
=
requests
.
get
(
url
=
click_url
,
params
=
params_click
,
timeout
=
30
,
verify
=
False
)
# self.assertEqual(p.status_code, 300, msg='接口异常,请检查')
# self.assertEqual(p.status_code, 300, msg='接口异常,请检查')
print
(
'click'
+
p
.
text
)
print
(
p
.
text
)
# print(p)
# print(p)
# time.sleep(7)
# time.sleep(7)
# try:
# try:
...
...
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