Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zmops-test
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sanshi
zmops-test
Commits
74cc6a32
Commit
74cc6a32
authored
Dec 20, 2019
by
sanshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文件上傳
parent
f54833e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
test_file_upload.py
WorkCase/APP/File/test_file_upload.py
+9
-9
No files found.
WorkCase/APP/File/test_file_upload.py
View file @
74cc6a32
...
@@ -103,12 +103,12 @@ if __name__ == "__main__":
...
@@ -103,12 +103,12 @@ if __name__ == "__main__":
import
os
import
os
# 执行自动化测试用例
# 执行自动化测试用例
#
case_info = os.path.split(__file__)
case_info
=
os
.
path
.
split
(
__file__
)
#
case = UtilsCmd().pytest_cmd()
case
=
UtilsCmd
()
.
pytest_cmd
()
#
r = UtilsPyTest(case=case, case_info=case_info)
r
=
UtilsPyTest
(
case
=
case
,
case_info
=
case_info
)
#
r.run_main()
r
.
run_main
()
a
=
TestFileUpload
()
#
a = TestFileUpload()
a
.
setup_class
()
#
a.setup_class()
a
.
setup_method
()
#
a.setup_method()
a
.
test_case_04
()
#
a.test_case_04()
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