Commit 74cc6a32 by sanshi

文件上傳

parent f54833e8
...@@ -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()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment