2023-06-25 13:54:10,745 - [test_01_login.py-->line:61] - ERROR: 用例标题登陆成功,通过 2023-06-25 13:54:11,029 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号填写错误的,通过 2023-06-25 13:54:11,250 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号不进行填写,通过 2023-06-25 13:54:11,627 - [test_01_login.py-->line:61] - ERROR: 用例标题密码填写错误,通过 2023-06-25 13:54:11,841 - [test_01_login.py-->line:61] - ERROR: 用例标题密码不进行填写,通过 2023-06-25 13:54:12,637 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-25 13:54:12,929 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称未填写,执行通过 2023-06-25 13:54:13,196 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称重复,执行通过 2023-06-25 13:54:13,455 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称长度不可大于30位,执行通过 2023-06-25 13:54:13,730 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码重复,执行通过 2023-06-25 13:54:14,010 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码不能为空,执行通过 2023-06-25 13:54:14,687 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码长度不可大于30,执行通过 2023-06-25 13:54:14,964 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-25 13:54:15,296 - [test_02_system_management.py-->line:135] - INFO: 用例查看院系列表,执行通过 2023-06-25 13:54:17,018 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-25 13:54:18,260 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系未填写,执行通过 2023-06-25 13:54:19,509 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系不存在,执行通过 2023-06-25 13:54:20,718 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称未填写,执行通过 2023-06-25 13:54:21,920 - [test_02_system_management.py-->line:209] - INFO: 用例专业名称长度不能大于30,执行通过 2023-06-25 13:54:23,106 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称重复,执行通过 2023-06-25 13:54:24,263 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码重复,执行通过 2023-06-25 13:54:25,413 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码未填写,执行通过 2023-06-25 13:54:26,708 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码长度不能大于30,执行通过 2023-06-25 13:54:27,830 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类未填写,执行通过 2023-06-25 13:54:29,021 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类填写错误,执行通过 2023-06-25 13:54:30,248 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-25 13:54:30,922 - [test_02_system_management.py-->line:267] - ERROR: 用例标题新增学年学期成功,不通过 2023-06-25 13:54:30,922 - [test_02_system_management.py-->line:268] - ERROR: 'success' != '该学年已存在,请确认' - success + 该学年已存在,请确认 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_02_system_management.py", line 263, in test_add_year self.assertEqual(expected["msg"], res["msg"]) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '该学年已存在,请确认' - success + 该学年已存在,请确认 2023-06-25 13:54:31,351 - [test_02_system_management.py-->line:267] - ERROR: 用例标题新增学年学期成功,不通过 2023-06-25 13:54:31,351 - [test_02_system_management.py-->line:268] - ERROR: 'success' != '该学年已存在,请确认' - success + 该学年已存在,请确认 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_02_system_management.py", line 263, in test_add_year self.assertEqual(expected["msg"], res["msg"]) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '该学年已存在,请确认' - success + 该学年已存在,请确认 2023-06-25 13:54:31,798 - [test_02_system_management.py-->line:267] - ERROR: 用例标题新增学年学期成功,不通过 2023-06-25 13:54:31,798 - [test_02_system_management.py-->line:268] - ERROR: 'success' != '该学年已存在,请确认' - success + 该学年已存在,请确认 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_02_system_management.py", line 263, in test_add_year self.assertEqual(expected["msg"], res["msg"]) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '该学年已存在,请确认' - success + 该学年已存在,请确认 2023-06-25 13:54:32,244 - [test_02_system_management.py-->line:267] - ERROR: 用例标题新增学年学期成功,不通过 2023-06-25 13:54:32,245 - [test_02_system_management.py-->line:268] - ERROR: 'success' != '该学年已存在,请确认' - success + 该学年已存在,请确认 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_02_system_management.py", line 263, in test_add_year self.assertEqual(expected["msg"], res["msg"]) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '该学年已存在,请确认' - success + 该学年已存在,请确认 2023-06-25 13:54:32,534 - [test_02_system_management.py-->line:275] - INFO: 用例学年名称不可超过30字,执行通过 2023-06-25 13:54:32,807 - [test_02_system_management.py-->line:275] - INFO: 用例学年学期开始时间和结束时间不可交叉,执行通过 2023-06-25 13:54:33,070 - [test_02_system_management.py-->line:275] - INFO: 用例学年未填写,执行通过 2023-06-25 13:54:33,347 - [test_02_system_management.py-->line:275] - INFO: 用例学期未填写,执行通过 2023-06-25 13:54:33,632 - [test_02_system_management.py-->line:275] - INFO: 用例学期开始时间未填写,执行通过 2023-06-25 13:54:33,917 - [test_02_system_management.py-->line:275] - INFO: 用例学期结束时间未填写,执行通过 2023-06-25 13:54:34,219 - [test_02_system_management.py-->line:275] - INFO: 用例学期不可超过5个学期,执行通过 2023-06-25 13:54:34,535 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-25 13:54:36,491 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-25 13:54:36,781 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师姓名不能为空,执行通过 2023-06-25 13:54:37,059 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师手机号不能为空,执行通过 2023-06-25 13:54:37,341 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件类型不能为空,执行通过 2023-06-25 13:54:37,641 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件号码不能为空,执行通过 2023-06-25 13:54:37,934 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师角色不能为空,执行通过 2023-06-25 13:54:38,359 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师性别为空,添加成功,执行通过 2023-06-25 13:54:38,850 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师入职时间为空,添加成功,执行通过 2023-06-25 13:54:39,361 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师邮箱为空,添加成功,执行通过 2023-06-25 13:54:39,874 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师工号为空,添加成功,执行通过 2023-06-25 13:54:40,385 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-25 13:54:43,773 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 13:54:44,699 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-25 13:54:45,629 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 13:54:45,910 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 13:54:46,144 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-25 13:54:46,145 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-25 13:54:46,637 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-25 13:54:46,916 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-25 13:54:47,198 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-25 13:54:47,505 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-25 13:54:47,797 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-25 13:54:48,109 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-25 13:54:48,404 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-25 13:54:48,705 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 13:54:51,676 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-25 13:54:51,965 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能为空,执行通过 2023-06-25 13:54:52,231 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能超过30字,执行通过 2023-06-25 13:54:52,496 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例实践类型不能为空,执行通过 2023-06-25 13:54:52,779 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-25 13:54:53,066 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-25 13:54:53,349 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学分不能为空,执行通过 2023-06-25 13:54:53,626 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质不能为空,执行通过 2023-06-25 13:54:53,910 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质填写错误,执行通过 2023-06-25 13:54:54,191 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学时(周数)不能为空,执行通过 2023-06-25 13:54:54,489 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学期不能为空,执行通过 2023-06-25 13:54:54,779 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业不能为空,执行通过 2023-06-25 13:54:55,064 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业填写错误,执行通过 2023-06-25 13:54:55,347 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-25 13:54:59,230 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-25 13:54:59,525 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生姓名未填写失败,执行通过 2023-06-25 13:55:00,062 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生学号未填写失败,执行通过 2023-06-25 13:55:00,418 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例手机号未填写,添加成功,执行通过 2023-06-25 13:55:00,700 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例入学年份未填写,添加失败,执行通过 2023-06-25 13:55:01,008 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例班级未填写,添加失败,执行通过 2023-06-25 13:55:01,340 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型和证件号码都没填写,添加成功,执行通过 2023-06-25 13:55:01,649 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型未填,证件号码填写,添加失败,执行通过 2023-06-25 13:55:01,937 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型填写,证件号码未填写,添加失败,执行通过 2023-06-25 13:55:02,289 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例性别未填写,添加成功,执行通过 2023-06-25 13:55:02,636 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学籍状态未填写,添加成功,执行通过 2023-06-25 13:55:03,003 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例培养方向未填写,添加成功,执行通过 2023-06-25 13:55:03,372 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例其他-备注未填写,添加成功,执行通过 2023-06-25 13:55:03,665 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例院系ID未填写,添加失败,执行通过 2023-06-25 13:55:03,954 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例专业ID未填写添加失败,执行通过 2023-06-25 13:55:04,300 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-25 13:55:10,725 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-25 13:55:11,083 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能为空,执行通过 2023-06-25 13:55:11,426 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能大于30位,执行通过 2023-06-25 13:55:11,737 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不能为空,执行通过 2023-06-25 13:55:12,149 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不存在,执行通过 2023-06-25 13:55:12,469 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不能为空,执行通过 2023-06-25 13:55:12,807 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不存在,执行通过 2023-06-25 13:55:13,097 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划开始时间不能为空,执行通过 2023-06-25 13:55:13,403 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划结束时间不能为空,执行通过 2023-06-25 13:55:13,733 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例负责老师为空,添加成功,执行通过 2023-06-25 13:55:14,073 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例教师不存在,添加失败,执行通过 2023-06-25 13:55:14,412 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的为空,添加成功,执行通过 2023-06-25 13:55:15,021 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的不能超过100位,执行通过 2023-06-25 13:55:15,372 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)未填写,添加成功,执行通过 2023-06-25 13:55:15,665 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)长度不能超过200位,执行通过 2023-06-25 13:55:15,969 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式不能为空,执行通过 2023-06-25 13:55:16,313 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为集中,添加成功--集中,执行通过 2023-06-25 13:55:16,665 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为自主,添加成功--自主,执行通过 2023-06-25 13:55:16,973 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交开始时间不能为空,执行通过 2023-06-25 13:55:17,277 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交结束时间不能为空,执行通过 2023-06-25 13:55:17,651 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例报告模块路径为空,添加成功,执行通过 2023-06-25 13:55:17,998 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容为空,添加成功,执行通过 2023-06-25 13:55:18,294 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容长度不能大于500位,执行通过 2023-06-25 13:55:18,610 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系不能为空,执行通过 2023-06-25 13:55:18,934 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系填写错误,执行通过 2023-06-25 13:55:19,273 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写为空,添加成功,执行通过 2023-06-25 13:55:19,591 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写错误,执行通过 2023-06-25 13:55:19,891 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期不能为空,执行通过 2023-06-25 13:55:20,212 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期填写错误,执行通过 2023-06-25 13:55:20,554 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-25 13:55:20,880 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例创建计划,方便使用的数据,自主,执行通过 2023-06-25 13:55:22,281 - [test_04_Internship_preparation.py-->line:209] - INFO: 用例发布计划,执行通过 2023-06-25 13:55:25,464 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-25 13:55:25,848 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-不允许自行填报企业信息),执行通过 2023-06-25 13:55:26,278 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-允许自行填报企业信息),执行通过 2023-06-25 13:55:26,680 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-不允许自行填报企业信息),执行通过 2023-06-25 13:55:26,980 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能为空,执行通过 2023-06-25 13:55:27,293 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能大于30位,执行通过 2023-06-25 13:55:27,598 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不能为空,执行通过 2023-06-25 13:55:27,905 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不匹配,执行通过 2023-06-25 13:55:28,201 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式不能为空,执行通过 2023-06-25 13:55:28,501 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式填写错误,执行通过 2023-06-25 13:55:28,886 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不填写,添加成功,执行通过 2023-06-25 13:55:29,183 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不能大于500,执行通过 2023-06-25 13:55:29,495 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习开始时间不能为空,执行通过 2023-06-25 13:55:29,806 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习结束时间不能为空,执行通过 2023-06-25 13:55:30,109 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目开始日期需早于项目结束日期,执行通过 2023-06-25 13:55:30,429 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:30,429 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != 'success' - 报名审核填写错误 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != 'success' - 报名审核填写错误 + success 2023-06-25 13:55:30,889 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:30,889 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-25 13:55:31,363 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:31,364 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-25 13:55:31,821 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:31,821 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-25 13:55:32,141 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:32,141 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != 'success' - 报名审核不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != 'success' - 报名审核不能为空 + success 2023-06-25 13:55:32,627 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:32,627 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-25 13:55:33,083 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:33,083 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-25 13:55:33,552 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:33,552 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-25 13:55:33,872 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:33,872 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != 'success' - 实习计划不匹配 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != 'success' - 实习计划不匹配 + success 2023-06-25 13:55:34,337 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:34,338 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-25 13:55:34,783 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:34,783 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-25 13:55:35,288 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:35,288 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-25 13:55:35,616 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:35,617 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success 2023-06-25 13:55:36,083 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:36,083 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-25 13:55:36,549 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:36,549 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-25 13:55:37,016 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 13:55:37,016 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-25 13:55:37,338 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生不能为空,执行通过 2023-06-25 13:55:37,692 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生填写错误,执行通过 2023-06-25 13:55:38,047 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师不填写,添加成功,执行通过 2023-06-25 13:55:38,370 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师填写错误,执行通过 2023-06-25 13:55:38,740 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位不能为空,执行通过 2023-06-25 13:55:39,117 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位填写错误,执行通过 2023-06-25 13:55:39,509 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-25 13:55:39,882 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-25 13:55:40,242 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-25 13:55:41,977 - [test_04_Internship_preparation.py-->line:363] - INFO: 用例发布项目,执行通过 2023-06-25 13:55:43,336 - [test_05_student_practice.py-->line:71] - INFO: 用例查看全部实习,执行通过 2023-06-25 13:55:45,515 - [test_06_internship_manage.py-->line:71] - INFO: 用例查看学校报名审核-待审核,执行通过 2023-06-25 13:55:55,363 - [test_06_internship_manage.py-->line:349] - INFO: 用例实习申请审核成功(学校),执行通过 2023-06-25 13:57:23,647 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(日志)-成功,执行通过 2023-06-25 13:57:25,854 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(周志)-成功,执行通过 2023-06-25 13:57:28,104 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(月志)-成功,执行通过 2023-06-25 13:57:38,364 - [test_06_internship_manage.py-->line:669] - INFO: 用例教师审批请假申请通过,执行通过 2023-06-25 15:09:01,967 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:09:02,901 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-25 15:09:03,828 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:09:04,148 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:09:04,395 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-25 15:09:04,395 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-25 15:09:04,907 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-25 15:09:05,211 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-25 15:09:05,531 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-25 15:09:05,877 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-25 15:09:06,223 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-25 15:09:06,541 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-25 15:09:06,875 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-25 15:09:07,225 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:11:37,180 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:11:38,113 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-25 15:11:39,049 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:11:39,356 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:11:39,663 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-25 15:11:39,956 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-25 15:11:40,264 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-25 15:11:40,592 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-25 15:11:40,902 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-25 15:11:41,220 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-25 15:11:41,548 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-25 15:11:41,887 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:12:21,222 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:12:22,182 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-25 15:12:23,115 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:12:23,428 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:12:23,751 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-25 15:12:24,071 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-25 15:12:24,390 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-25 15:12:24,725 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-25 15:12:25,036 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-25 15:12:25,353 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-25 15:12:25,706 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-25 15:12:26,083 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:15:26,813 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:15:27,763 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-25 15:15:28,708 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:15:28,999 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:15:29,301 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-25 15:15:29,597 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-25 15:15:29,893 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-25 15:15:30,219 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-25 15:15:30,529 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-25 15:15:30,838 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-25 15:15:31,166 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-25 15:15:31,493 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:18:16,221 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:18:16,528 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-25 15:18:16,844 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:18:17,149 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:18:17,421 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-25 15:18:17,421 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-25 15:18:17,955 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-25 15:18:18,258 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-25 15:18:18,572 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-25 15:18:18,891 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-25 15:18:19,204 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-25 15:18:19,517 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-25 15:18:19,843 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-25 15:18:20,236 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:19:14,712 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:19:15,647 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-25 15:19:16,563 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:19:16,860 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:19:17,097 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-25 15:19:17,097 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-25 15:19:17,556 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-25 15:19:17,556 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-25 15:19:18,003 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-25 15:19:18,003 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-25 15:19:18,465 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-25 15:19:18,465 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-25 15:19:18,757 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-25 15:19:19,050 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-25 15:19:19,393 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-25 15:19:19,703 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-25 15:19:19,995 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-25 15:19:20,317 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-25 15:19:20,633 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:19:56,523 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:19:57,455 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-25 15:19:58,400 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:19:58,713 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:19:58,977 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-25 15:19:58,977 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-25 15:19:59,432 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-25 15:19:59,432 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-25 15:19:59,909 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-25 15:19:59,910 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-25 15:20:00,418 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-25 15:20:00,724 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-25 15:20:01,053 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-25 15:20:01,391 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-25 15:20:01,687 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-25 15:20:01,997 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-25 15:20:02,311 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-25 15:20:02,635 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:31:27,590 - [test_01_login.py-->line:61] - ERROR: 用例标题登陆成功,通过 2023-06-25 15:31:28,003 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号填写错误的,通过 2023-06-25 15:31:28,280 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号不进行填写,通过 2023-06-25 15:31:28,690 - [test_01_login.py-->line:61] - ERROR: 用例标题密码填写错误,通过 2023-06-25 15:31:28,950 - [test_01_login.py-->line:61] - ERROR: 用例标题密码不进行填写,通过 2023-06-25 15:31:29,674 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-25 15:31:30,006 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称未填写,执行通过 2023-06-25 15:31:30,339 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称重复,执行通过 2023-06-25 15:31:30,664 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称长度不可大于30位,执行通过 2023-06-25 15:31:31,007 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码重复,执行通过 2023-06-25 15:31:31,340 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码不能为空,执行通过 2023-06-25 15:31:31,708 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码长度不可大于30,执行通过 2023-06-25 15:31:32,068 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-25 15:31:32,439 - [test_02_system_management.py-->line:135] - INFO: 用例查看院系列表,执行通过 2023-06-25 15:31:34,914 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-25 15:31:37,407 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系未填写,执行通过 2023-06-25 15:31:39,829 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系不存在,执行通过 2023-06-25 15:31:42,571 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称未填写,执行通过 2023-06-25 15:31:45,114 - [test_02_system_management.py-->line:209] - INFO: 用例专业名称长度不能大于30,执行通过 2023-06-25 15:31:46,889 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称重复,执行通过 2023-06-25 15:31:49,937 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码重复,执行通过 2023-06-25 15:31:51,813 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码未填写,执行通过 2023-06-25 15:31:53,344 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码长度不能大于30,执行通过 2023-06-25 15:31:55,624 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类未填写,执行通过 2023-06-25 15:31:57,715 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类填写错误,执行通过 2023-06-25 15:31:59,755 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-25 15:32:00,477 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-25 15:32:00,792 - [test_02_system_management.py-->line:275] - INFO: 用例学年名称不可超过30字,执行通过 2023-06-25 15:32:01,099 - [test_02_system_management.py-->line:275] - INFO: 用例学年学期开始时间和结束时间不可交叉,执行通过 2023-06-25 15:32:01,659 - [test_02_system_management.py-->line:275] - INFO: 用例学年未填写,执行通过 2023-06-25 15:32:01,974 - [test_02_system_management.py-->line:275] - INFO: 用例学期未填写,执行通过 2023-06-25 15:32:02,280 - [test_02_system_management.py-->line:275] - INFO: 用例学期开始时间未填写,执行通过 2023-06-25 15:32:02,602 - [test_02_system_management.py-->line:275] - INFO: 用例学期结束时间未填写,执行通过 2023-06-25 15:32:02,909 - [test_02_system_management.py-->line:275] - INFO: 用例学期不可超过5个学期,执行通过 2023-06-25 15:32:03,222 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-25 15:32:06,151 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-25 15:32:06,564 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师姓名不能为空,执行通过 2023-06-25 15:32:06,876 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师手机号不能为空,执行通过 2023-06-25 15:32:07,282 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件类型不能为空,执行通过 2023-06-25 15:32:07,591 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件号码不能为空,执行通过 2023-06-25 15:32:07,932 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师角色不能为空,执行通过 2023-06-25 15:32:08,403 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师性别为空,添加成功,执行通过 2023-06-25 15:32:08,876 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师入职时间为空,添加成功,执行通过 2023-06-25 15:32:09,411 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师邮箱为空,添加成功,执行通过 2023-06-25 15:32:09,927 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师工号为空,添加成功,执行通过 2023-06-25 15:32:10,523 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-25 15:32:15,430 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:32:15,969 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-25 15:32:16,460 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:32:16,802 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 15:32:17,088 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-25 15:32:17,088 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-25 15:32:17,652 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-25 15:32:18,228 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-25 15:32:18,594 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-25 15:32:18,936 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-25 15:32:19,276 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-25 15:32:19,858 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-25 15:32:20,218 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-25 15:32:20,545 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 15:32:25,303 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-25 15:32:25,598 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能为空,执行通过 2023-06-25 15:32:25,905 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能超过30字,执行通过 2023-06-25 15:32:26,981 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例实践类型不能为空,执行通过 2023-06-25 15:32:27,937 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-25 15:32:29,000 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-25 15:32:29,338 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学分不能为空,执行通过 2023-06-25 15:32:29,662 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质不能为空,执行通过 2023-06-25 15:32:30,008 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质填写错误,执行通过 2023-06-25 15:32:30,343 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学时(周数)不能为空,执行通过 2023-06-25 15:32:30,692 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学期不能为空,执行通过 2023-06-25 15:32:31,030 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业不能为空,执行通过 2023-06-25 15:32:31,374 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业填写错误,执行通过 2023-06-25 15:32:31,712 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-25 15:32:37,709 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-25 15:32:38,240 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生姓名未填写失败,执行通过 2023-06-25 15:32:38,569 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生学号未填写失败,执行通过 2023-06-25 15:32:38,916 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例手机号未填写,添加成功,执行通过 2023-06-25 15:32:39,245 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例入学年份未填写,添加失败,执行通过 2023-06-25 15:32:39,563 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例班级未填写,添加失败,执行通过 2023-06-25 15:32:39,958 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型和证件号码都没填写,添加成功,执行通过 2023-06-25 15:32:40,315 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型未填,证件号码填写,添加失败,执行通过 2023-06-25 15:32:40,661 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型填写,证件号码未填写,添加失败,执行通过 2023-06-25 15:32:41,276 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例性别未填写,添加成功,执行通过 2023-06-25 15:32:41,672 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学籍状态未填写,添加成功,执行通过 2023-06-25 15:32:42,094 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例培养方向未填写,添加成功,执行通过 2023-06-25 15:32:42,501 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例其他-备注未填写,添加成功,执行通过 2023-06-25 15:32:42,833 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例院系ID未填写,添加失败,执行通过 2023-06-25 15:32:43,175 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例专业ID未填写添加失败,执行通过 2023-06-25 15:32:43,603 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-25 15:32:51,960 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-25 15:32:52,349 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能为空,执行通过 2023-06-25 15:32:52,723 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能大于30位,执行通过 2023-06-25 15:32:53,157 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不能为空,执行通过 2023-06-25 15:32:53,887 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不存在,执行通过 2023-06-25 15:32:54,298 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不能为空,执行通过 2023-06-25 15:32:54,726 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不存在,执行通过 2023-06-25 15:32:55,068 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划开始时间不能为空,执行通过 2023-06-25 15:32:55,688 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划结束时间不能为空,执行通过 2023-06-25 15:32:56,086 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例负责老师为空,添加成功,执行通过 2023-06-25 15:32:56,450 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例教师不存在,添加失败,执行通过 2023-06-25 15:32:56,825 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的为空,添加成功,执行通过 2023-06-25 15:32:57,157 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的不能超过100位,执行通过 2023-06-25 15:32:57,539 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)未填写,添加成功,执行通过 2023-06-25 15:32:57,895 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)长度不能超过200位,执行通过 2023-06-25 15:32:58,447 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式不能为空,执行通过 2023-06-25 15:32:59,126 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为集中,添加成功--集中,执行通过 2023-06-25 15:32:59,473 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为自主,添加成功--自主,执行通过 2023-06-25 15:33:00,021 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交开始时间不能为空,执行通过 2023-06-25 15:33:00,365 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交结束时间不能为空,执行通过 2023-06-25 15:33:00,765 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例报告模块路径为空,添加成功,执行通过 2023-06-25 15:33:01,175 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容为空,添加成功,执行通过 2023-06-25 15:33:01,532 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容长度不能大于500位,执行通过 2023-06-25 15:33:01,932 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系不能为空,执行通过 2023-06-25 15:33:02,300 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系填写错误,执行通过 2023-06-25 15:33:02,671 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写为空,添加成功,执行通过 2023-06-25 15:33:03,048 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写错误,执行通过 2023-06-25 15:33:03,631 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期不能为空,执行通过 2023-06-25 15:33:04,025 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期填写错误,执行通过 2023-06-25 15:33:04,421 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-25 15:33:04,831 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例创建计划,方便使用的数据,自主,执行通过 2023-06-25 15:33:06,643 - [test_04_Internship_preparation.py-->line:209] - INFO: 用例发布计划,执行通过 2023-06-25 15:33:11,348 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-25 15:33:11,783 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-不允许自行填报企业信息),执行通过 2023-06-25 15:33:12,323 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-允许自行填报企业信息),执行通过 2023-06-25 15:33:12,961 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-不允许自行填报企业信息),执行通过 2023-06-25 15:33:13,312 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能为空,执行通过 2023-06-25 15:33:13,661 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能大于30位,执行通过 2023-06-25 15:33:14,082 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不能为空,执行通过 2023-06-25 15:33:14,458 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不匹配,执行通过 2023-06-25 15:33:14,821 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式不能为空,执行通过 2023-06-25 15:33:15,379 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式填写错误,执行通过 2023-06-25 15:33:15,829 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不填写,添加成功,执行通过 2023-06-25 15:33:16,179 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不能大于500,执行通过 2023-06-25 15:33:16,537 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习开始时间不能为空,执行通过 2023-06-25 15:33:16,869 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习结束时间不能为空,执行通过 2023-06-25 15:33:17,447 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目开始日期需早于项目结束日期,执行通过 2023-06-25 15:33:17,844 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 15:33:17,844 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != 'success' - 报名审核填写错误 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != 'success' - 报名审核填写错误 + success 2023-06-25 15:33:18,362 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 15:33:18,362 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-25 15:33:18,873 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 15:33:18,873 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-25 15:33:19,239 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 15:33:19,239 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != 'success' - 报名审核不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != 'success' - 报名审核不能为空 + success 2023-06-25 15:33:19,748 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 15:33:19,748 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-25 15:33:20,251 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 15:33:20,251 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-25 15:33:20,846 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 15:33:20,847 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != 'success' - 实习计划不匹配 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != 'success' - 实习计划不匹配 + success 2023-06-25 15:33:21,354 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 15:33:21,354 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-25 15:33:21,870 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 15:33:21,870 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-25 15:33:22,229 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 15:33:22,229 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success 2023-06-25 15:33:22,739 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 15:33:22,739 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-25 15:33:23,521 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 15:33:23,521 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-25 15:33:24,127 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生不能为空,执行通过 2023-06-25 15:33:24,521 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生填写错误,执行通过 2023-06-25 15:33:25,006 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师不填写,添加成功,执行通过 2023-06-25 15:33:25,433 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师填写错误,执行通过 2023-06-25 15:33:25,900 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位不能为空,执行通过 2023-06-25 15:33:26,548 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位填写错误,执行通过 2023-06-25 15:33:26,990 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-25 15:33:27,413 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-25 15:33:27,884 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-25 15:33:29,793 - [test_04_Internship_preparation.py-->line:363] - INFO: 用例发布项目,执行通过 2023-06-25 15:33:31,009 - [test_05_student_practice.py-->line:71] - INFO: 用例查看全部实习,执行通过 2023-06-25 15:33:34,085 - [test_06_internship_manage.py-->line:71] - INFO: 用例查看学校报名审核-待审核,执行通过 2023-06-25 15:33:43,008 - [test_06_internship_manage.py-->line:349] - INFO: 用例实习申请审核成功(学校),执行通过 2023-06-25 15:35:13,170 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(日志)-成功,执行通过 2023-06-25 15:35:15,815 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(周志)-成功,执行通过 2023-06-25 15:35:19,378 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(月志)-成功,执行通过 2023-06-25 15:35:31,058 - [test_06_internship_manage.py-->line:669] - INFO: 用例教师审批请假申请通过,执行通过 2023-06-25 16:03:38,057 - [test_01_login.py-->line:61] - ERROR: 用例标题登陆成功,通过 2023-06-25 16:03:38,277 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号填写错误的,通过 2023-06-25 16:03:38,504 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号不进行填写,通过 2023-06-25 16:03:38,839 - [test_01_login.py-->line:61] - ERROR: 用例标题密码填写错误,通过 2023-06-25 16:03:39,052 - [test_01_login.py-->line:61] - ERROR: 用例标题密码不进行填写,通过 2023-06-25 16:03:39,700 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-25 16:03:40,005 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称未填写,执行通过 2023-06-25 16:03:40,317 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称重复,执行通过 2023-06-25 16:03:40,610 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称长度不可大于30位,执行通过 2023-06-25 16:03:40,902 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码重复,执行通过 2023-06-25 16:03:41,345 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码不能为空,执行通过 2023-06-25 16:03:41,647 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码长度不可大于30,执行通过 2023-06-25 16:03:41,935 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-25 16:03:42,235 - [test_02_system_management.py-->line:135] - INFO: 用例查看院系列表,执行通过 2023-06-25 16:03:43,967 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-25 16:03:45,293 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系未填写,执行通过 2023-06-25 16:03:46,507 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系不存在,执行通过 2023-06-25 16:03:47,667 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称未填写,执行通过 2023-06-25 16:03:48,824 - [test_02_system_management.py-->line:209] - INFO: 用例专业名称长度不能大于30,执行通过 2023-06-25 16:03:50,157 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称重复,执行通过 2023-06-25 16:03:51,330 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码重复,执行通过 2023-06-25 16:03:52,801 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码未填写,执行通过 2023-06-25 16:03:53,984 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码长度不能大于30,执行通过 2023-06-25 16:03:55,499 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类未填写,执行通过 2023-06-25 16:03:57,369 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类填写错误,执行通过 2023-06-25 16:03:58,582 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-25 16:03:59,187 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-25 16:03:59,488 - [test_02_system_management.py-->line:275] - INFO: 用例学年名称不可超过30字,执行通过 2023-06-25 16:03:59,786 - [test_02_system_management.py-->line:275] - INFO: 用例学年学期开始时间和结束时间不可交叉,执行通过 2023-06-25 16:04:00,377 - [test_02_system_management.py-->line:275] - INFO: 用例学年未填写,执行通过 2023-06-25 16:04:00,675 - [test_02_system_management.py-->line:275] - INFO: 用例学期未填写,执行通过 2023-06-25 16:04:00,955 - [test_02_system_management.py-->line:275] - INFO: 用例学期开始时间未填写,执行通过 2023-06-25 16:04:01,230 - [test_02_system_management.py-->line:275] - INFO: 用例学期结束时间未填写,执行通过 2023-06-25 16:04:01,507 - [test_02_system_management.py-->line:275] - INFO: 用例学期不可超过5个学期,执行通过 2023-06-25 16:04:01,797 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-25 16:04:04,220 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-25 16:04:04,540 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师姓名不能为空,执行通过 2023-06-25 16:04:04,835 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师手机号不能为空,执行通过 2023-06-25 16:04:05,351 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件类型不能为空,执行通过 2023-06-25 16:04:05,629 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件号码不能为空,执行通过 2023-06-25 16:04:05,921 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师角色不能为空,执行通过 2023-06-25 16:04:06,340 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师性别为空,添加成功,执行通过 2023-06-25 16:04:06,779 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师入职时间为空,添加成功,执行通过 2023-06-25 16:04:07,208 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师邮箱为空,添加成功,执行通过 2023-06-25 16:04:07,671 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师工号为空,添加成功,执行通过 2023-06-25 16:04:08,145 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-25 16:04:12,091 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 16:04:12,372 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-25 16:04:12,656 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 16:04:12,946 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-25 16:04:13,252 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-25 16:04:13,531 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-25 16:04:13,812 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-25 16:04:14,472 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-25 16:04:14,756 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-25 16:04:15,080 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-25 16:04:15,391 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-25 16:04:15,719 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-25 16:04:19,604 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-25 16:04:19,951 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能为空,执行通过 2023-06-25 16:04:20,232 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能超过30字,执行通过 2023-06-25 16:04:20,525 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例实践类型不能为空,执行通过 2023-06-25 16:04:20,807 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-25 16:04:21,096 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-25 16:04:21,375 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学分不能为空,执行通过 2023-06-25 16:04:21,669 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质不能为空,执行通过 2023-06-25 16:04:22,007 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质填写错误,执行通过 2023-06-25 16:04:22,289 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学时(周数)不能为空,执行通过 2023-06-25 16:04:22,597 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学期不能为空,执行通过 2023-06-25 16:04:22,978 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业不能为空,执行通过 2023-06-25 16:04:23,288 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业填写错误,执行通过 2023-06-25 16:04:23,605 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-25 16:04:28,401 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-25 16:04:28,698 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生姓名未填写失败,执行通过 2023-06-25 16:04:29,005 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生学号未填写失败,执行通过 2023-06-25 16:04:29,388 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例手机号未填写,添加成功,执行通过 2023-06-25 16:04:29,691 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例入学年份未填写,添加失败,执行通过 2023-06-25 16:04:29,982 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例班级未填写,添加失败,执行通过 2023-06-25 16:04:30,340 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型和证件号码都没填写,添加成功,执行通过 2023-06-25 16:04:30,635 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型未填,证件号码填写,添加失败,执行通过 2023-06-25 16:04:30,955 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型填写,证件号码未填写,添加失败,执行通过 2023-06-25 16:04:31,329 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例性别未填写,添加成功,执行通过 2023-06-25 16:04:31,719 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学籍状态未填写,添加成功,执行通过 2023-06-25 16:04:32,105 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例培养方向未填写,添加成功,执行通过 2023-06-25 16:04:32,473 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例其他-备注未填写,添加成功,执行通过 2023-06-25 16:04:32,781 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例院系ID未填写,添加失败,执行通过 2023-06-25 16:04:33,101 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例专业ID未填写添加失败,执行通过 2023-06-25 16:04:33,457 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-25 16:04:41,277 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-25 16:04:41,601 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能为空,执行通过 2023-06-25 16:04:41,954 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能大于30位,执行通过 2023-06-25 16:04:42,281 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不能为空,执行通过 2023-06-25 16:04:42,665 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不存在,执行通过 2023-06-25 16:04:43,037 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不能为空,执行通过 2023-06-25 16:04:43,574 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不存在,执行通过 2023-06-25 16:04:43,915 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划开始时间不能为空,执行通过 2023-06-25 16:04:44,243 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划结束时间不能为空,执行通过 2023-06-25 16:04:44,623 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例负责老师为空,添加成功,执行通过 2023-06-25 16:04:45,016 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例教师不存在,添加失败,执行通过 2023-06-25 16:04:45,403 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的为空,添加成功,执行通过 2023-06-25 16:04:45,728 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的不能超过100位,执行通过 2023-06-25 16:04:46,242 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)未填写,添加成功,执行通过 2023-06-25 16:04:46,579 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)长度不能超过200位,执行通过 2023-06-25 16:04:46,939 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式不能为空,执行通过 2023-06-25 16:04:47,368 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为集中,添加成功--集中,执行通过 2023-06-25 16:04:48,009 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为自主,添加成功--自主,执行通过 2023-06-25 16:04:48,412 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交开始时间不能为空,执行通过 2023-06-25 16:04:48,874 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交结束时间不能为空,执行通过 2023-06-25 16:04:49,520 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例报告模块路径为空,添加成功,执行通过 2023-06-25 16:04:50,344 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容为空,添加成功,执行通过 2023-06-25 16:04:50,692 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容长度不能大于500位,执行通过 2023-06-25 16:04:51,052 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系不能为空,执行通过 2023-06-25 16:04:51,567 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系填写错误,执行通过 2023-06-25 16:04:52,284 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写为空,添加成功,执行通过 2023-06-25 16:04:52,841 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写错误,执行通过 2023-06-25 16:04:53,173 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期不能为空,执行通过 2023-06-25 16:04:53,539 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期填写错误,执行通过 2023-06-25 16:04:54,017 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-25 16:04:54,639 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例创建计划,方便使用的数据,自主,执行通过 2023-06-25 16:04:56,467 - [test_04_Internship_preparation.py-->line:209] - INFO: 用例发布计划,执行通过 2023-06-25 16:05:00,620 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-25 16:05:01,073 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-不允许自行填报企业信息),执行通过 2023-06-25 16:05:01,486 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-允许自行填报企业信息),执行通过 2023-06-25 16:05:01,966 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-不允许自行填报企业信息),执行通过 2023-06-25 16:05:02,299 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能为空,执行通过 2023-06-25 16:05:02,667 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能大于30位,执行通过 2023-06-25 16:05:03,035 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不能为空,执行通过 2023-06-25 16:05:03,388 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不匹配,执行通过 2023-06-25 16:05:03,740 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式不能为空,执行通过 2023-06-25 16:05:04,122 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式填写错误,执行通过 2023-06-25 16:05:05,070 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不填写,添加成功,执行通过 2023-06-25 16:05:05,417 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不能大于500,执行通过 2023-06-25 16:05:05,787 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习开始时间不能为空,执行通过 2023-06-25 16:05:06,123 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习结束时间不能为空,执行通过 2023-06-25 16:05:06,504 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目开始日期需早于项目结束日期,执行通过 2023-06-25 16:05:06,969 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 16:05:06,970 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != 'success' - 报名审核填写错误 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != 'success' - 报名审核填写错误 + success 2023-06-25 16:05:07,481 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 16:05:07,481 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-25 16:05:08,230 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 16:05:08,230 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-25 16:05:08,671 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 16:05:08,671 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != 'success' - 报名审核不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != 'success' - 报名审核不能为空 + success 2023-06-25 16:05:09,216 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 16:05:09,216 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-25 16:05:09,772 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 16:05:09,772 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-25 16:05:10,167 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 16:05:10,167 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != 'success' - 实习计划不匹配 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != 'success' - 实习计划不匹配 + success 2023-06-25 16:05:10,677 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 16:05:10,677 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-25 16:05:11,223 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-25 16:05:11,223 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-25 16:05:11,681 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 16:05:11,681 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success 2023-06-25 16:05:12,219 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 16:05:12,219 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-25 16:05:12,768 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-25 16:05:12,768 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-25 16:05:13,182 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生不能为空,执行通过 2023-06-25 16:05:13,683 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生填写错误,执行通过 2023-06-25 16:05:14,195 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师不填写,添加成功,执行通过 2023-06-25 16:05:14,604 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师填写错误,执行通过 2023-06-25 16:05:15,106 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位不能为空,执行通过 2023-06-25 16:05:15,618 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位填写错误,执行通过 2023-06-25 16:05:16,105 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-25 16:05:16,642 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-25 16:05:17,079 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-25 16:05:19,450 - [test_04_Internship_preparation.py-->line:363] - INFO: 用例发布项目,执行通过 2023-06-25 16:05:21,526 - [test_05_student_practice.py-->line:71] - INFO: 用例查看全部实习,执行通过 2023-06-25 16:05:25,000 - [test_05_student_practice.py-->line:129] - INFO: 用例学生提交报名岗位,执行通过 2023-06-25 16:05:25,994 - [test_06_internship_manage.py-->line:71] - INFO: 用例查看学校报名审核-待审核,执行通过 2023-06-25 16:05:27,897 - [test_06_internship_manage.py-->line:127] - INFO: 用例审核成功(学校),执行通过 2023-06-25 16:05:30,312 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-25 16:05:30,312 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-25 16:05:32,254 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-25 16:05:32,255 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-25 16:05:34,413 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-25 16:05:34,413 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-25 16:05:36,216 - [test_06_internship_manage.py-->line:349] - INFO: 用例实习申请审核成功(学校),执行通过 2023-06-25 16:05:38,985 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-日志标题不能为空,执行通过 2023-06-25 16:05:40,534 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-日志标题不能超过30位,执行通过 2023-06-25 16:05:42,393 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-实习单不存在,执行通过 2023-06-25 16:05:43,945 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-实习单不能为空,执行通过 2023-06-25 16:05:45,438 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-周日志种类不能为空,执行通过 2023-06-25 16:05:46,916 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-周日志时间不能为空,执行通过 2023-06-25 16:05:48,341 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周志标题不能为空,执行通过 2023-06-25 16:05:49,941 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周志标题不能超过30位,执行通过 2023-06-25 16:05:51,395 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-周志)-实习单不存在,执行通过 2023-06-25 16:05:52,759 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-实习单不能为空,执行通过 2023-06-25 16:05:54,145 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周日志种类不能为空,执行通过 2023-06-25 16:05:55,476 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周日志时间不能为空,执行通过 2023-06-25 16:05:56,923 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-月志标题不能为空,执行通过 2023-06-25 16:05:58,630 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-月志标题不能超过30位,执行通过 2023-06-25 16:05:59,993 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-实习单不存在,执行通过 2023-06-25 16:06:01,305 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-实习单不能为空,执行通过 2023-06-25 16:06:02,805 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-周日志种类不能为空,执行通过 2023-06-25 16:06:04,239 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-周日志时间不能为空,执行通过 2023-06-25 16:06:05,673 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-成功,执行通过 2023-06-25 16:06:07,030 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-成功,执行通过 2023-06-25 16:06:08,447 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-成功,执行通过 2023-06-25 16:06:11,761 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(日志)-成功,执行通过 2023-06-25 16:06:14,655 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(周志)-成功,执行通过 2023-06-25 16:06:17,302 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(月志)-成功,执行通过 2023-06-25 16:06:19,486 - [test_06_internship_manage.py-->line:546] - INFO: 用例学生签到打卡成功,执行通过 2023-06-25 16:06:21,522 - [test_06_internship_manage.py-->line:607] - INFO: 用例学生填写请假申请(调休)成功,执行通过 2023-06-25 16:06:22,911 - [test_06_internship_manage.py-->line:669] - INFO: 用例教师审批请假申请通过,执行通过 2023-06-26 13:23:36,051 - [test_01_login.py-->line:61] - ERROR: 用例标题登陆成功,通过 2023-06-26 13:23:36,288 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号填写错误的,通过 2023-06-26 13:23:36,502 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号不进行填写,通过 2023-06-26 13:23:36,802 - [test_01_login.py-->line:61] - ERROR: 用例标题密码填写错误,通过 2023-06-26 13:23:37,005 - [test_01_login.py-->line:61] - ERROR: 用例标题密码不进行填写,通过 2023-06-26 13:23:37,646 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-26 13:23:37,950 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称未填写,执行通过 2023-06-26 13:23:38,215 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称重复,执行通过 2023-06-26 13:23:38,506 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称长度不可大于30位,执行通过 2023-06-26 13:23:38,800 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码重复,执行通过 2023-06-26 13:23:39,084 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码不能为空,执行通过 2023-06-26 13:23:39,359 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码长度不可大于30,执行通过 2023-06-26 13:23:39,649 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-26 13:23:39,979 - [test_02_system_management.py-->line:135] - INFO: 用例查看院系列表,执行通过 2023-06-26 13:23:41,573 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-26 13:23:42,653 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系未填写,执行通过 2023-06-26 13:23:43,712 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系不存在,执行通过 2023-06-26 13:23:44,991 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称未填写,执行通过 2023-06-26 13:23:46,093 - [test_02_system_management.py-->line:209] - INFO: 用例专业名称长度不能大于30,执行通过 2023-06-26 13:23:47,225 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称重复,执行通过 2023-06-26 13:23:48,339 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码重复,执行通过 2023-06-26 13:23:49,440 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码未填写,执行通过 2023-06-26 13:23:50,618 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码长度不能大于30,执行通过 2023-06-26 13:23:51,773 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类未填写,执行通过 2023-06-26 13:23:53,022 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类填写错误,执行通过 2023-06-26 13:23:54,188 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-26 13:23:54,803 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-26 13:23:55,068 - [test_02_system_management.py-->line:275] - INFO: 用例学年名称不可超过30字,执行通过 2023-06-26 13:23:55,350 - [test_02_system_management.py-->line:275] - INFO: 用例学年学期开始时间和结束时间不可交叉,执行通过 2023-06-26 13:23:55,625 - [test_02_system_management.py-->line:275] - INFO: 用例学年未填写,执行通过 2023-06-26 13:23:55,929 - [test_02_system_management.py-->line:275] - INFO: 用例学期未填写,执行通过 2023-06-26 13:23:56,241 - [test_02_system_management.py-->line:275] - INFO: 用例学期开始时间未填写,执行通过 2023-06-26 13:23:56,516 - [test_02_system_management.py-->line:275] - INFO: 用例学期结束时间未填写,执行通过 2023-06-26 13:23:56,785 - [test_02_system_management.py-->line:275] - INFO: 用例学期不可超过5个学期,执行通过 2023-06-26 13:23:57,070 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-26 13:23:58,827 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-26 13:23:59,135 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师姓名不能为空,执行通过 2023-06-26 13:23:59,412 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师手机号不能为空,执行通过 2023-06-26 13:23:59,696 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件类型不能为空,执行通过 2023-06-26 13:23:59,967 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件号码不能为空,执行通过 2023-06-26 13:24:00,247 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师角色不能为空,执行通过 2023-06-26 13:24:00,708 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师性别为空,添加成功,执行通过 2023-06-26 13:24:01,327 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师入职时间为空,添加成功,执行通过 2023-06-26 13:24:01,776 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师邮箱为空,添加成功,执行通过 2023-06-26 13:24:02,239 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师工号为空,添加成功,执行通过 2023-06-26 13:24:02,680 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-26 13:24:05,806 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-26 13:24:06,100 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-26 13:24:06,399 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-26 13:24:06,681 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-26 13:24:06,970 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-26 13:24:07,256 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-26 13:24:07,537 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-26 13:24:07,849 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-26 13:24:08,132 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-26 13:24:08,514 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-26 13:24:09,053 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-26 13:24:09,541 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-26 13:24:12,425 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-26 13:24:12,753 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能为空,执行通过 2023-06-26 13:24:13,045 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能超过30字,执行通过 2023-06-26 13:24:13,338 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例实践类型不能为空,执行通过 2023-06-26 13:24:13,611 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-26 13:24:13,902 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-26 13:24:14,183 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学分不能为空,执行通过 2023-06-26 13:24:14,467 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质不能为空,执行通过 2023-06-26 13:24:14,746 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质填写错误,执行通过 2023-06-26 13:24:15,022 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学时(周数)不能为空,执行通过 2023-06-26 13:24:15,305 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学期不能为空,执行通过 2023-06-26 13:24:15,595 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业不能为空,执行通过 2023-06-26 13:24:15,897 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业填写错误,执行通过 2023-06-26 13:24:16,179 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-26 13:24:20,078 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-26 13:24:20,356 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生姓名未填写失败,执行通过 2023-06-26 13:24:20,676 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生学号未填写失败,执行通过 2023-06-26 13:24:21,053 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例手机号未填写,添加成功,执行通过 2023-06-26 13:24:21,324 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例入学年份未填写,添加失败,执行通过 2023-06-26 13:24:21,606 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例班级未填写,添加失败,执行通过 2023-06-26 13:24:21,937 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型和证件号码都没填写,添加成功,执行通过 2023-06-26 13:24:22,228 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型未填,证件号码填写,添加失败,执行通过 2023-06-26 13:24:22,530 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型填写,证件号码未填写,添加失败,执行通过 2023-06-26 13:24:22,892 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例性别未填写,添加成功,执行通过 2023-06-26 13:24:23,273 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学籍状态未填写,添加成功,执行通过 2023-06-26 13:24:23,618 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例培养方向未填写,添加成功,执行通过 2023-06-26 13:24:23,997 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例其他-备注未填写,添加成功,执行通过 2023-06-26 13:24:24,288 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例院系ID未填写,添加失败,执行通过 2023-06-26 13:24:24,578 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例专业ID未填写添加失败,执行通过 2023-06-26 13:24:24,937 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-26 13:24:30,957 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-26 13:24:31,247 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能为空,执行通过 2023-06-26 13:24:31,554 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能大于30位,执行通过 2023-06-26 13:24:31,849 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不能为空,执行通过 2023-06-26 13:24:32,230 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不存在,执行通过 2023-06-26 13:24:32,555 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不能为空,执行通过 2023-06-26 13:24:32,896 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不存在,执行通过 2023-06-26 13:24:33,185 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划开始时间不能为空,执行通过 2023-06-26 13:24:33,488 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划结束时间不能为空,执行通过 2023-06-26 13:24:33,860 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例负责老师为空,添加成功,执行通过 2023-06-26 13:24:34,204 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例教师不存在,添加失败,执行通过 2023-06-26 13:24:34,551 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的为空,添加成功,执行通过 2023-06-26 13:24:34,851 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的不能超过100位,执行通过 2023-06-26 13:24:35,197 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)未填写,添加成功,执行通过 2023-06-26 13:24:35,498 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)长度不能超过200位,执行通过 2023-06-26 13:24:35,806 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式不能为空,执行通过 2023-06-26 13:24:36,141 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为集中,添加成功--集中,执行通过 2023-06-26 13:24:36,497 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为自主,添加成功--自主,执行通过 2023-06-26 13:24:36,811 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交开始时间不能为空,执行通过 2023-06-26 13:24:37,116 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交结束时间不能为空,执行通过 2023-06-26 13:24:37,463 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例报告模块路径为空,添加成功,执行通过 2023-06-26 13:24:37,820 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容为空,添加成功,执行通过 2023-06-26 13:24:38,118 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容长度不能大于500位,执行通过 2023-06-26 13:24:38,430 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系不能为空,执行通过 2023-06-26 13:24:38,750 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系填写错误,执行通过 2023-06-26 13:24:39,085 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写为空,添加成功,执行通过 2023-06-26 13:24:39,443 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写错误,执行通过 2023-06-26 13:24:39,745 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期不能为空,执行通过 2023-06-26 13:24:40,068 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期填写错误,执行通过 2023-06-26 13:24:40,403 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-26 13:24:40,755 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例创建计划,方便使用的数据,自主,执行通过 2023-06-26 13:24:42,138 - [test_04_Internship_preparation.py-->line:209] - INFO: 用例发布计划,执行通过 2023-06-26 13:24:45,177 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-26 13:24:45,557 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-不允许自行填报企业信息),执行通过 2023-06-26 13:24:45,927 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-允许自行填报企业信息),执行通过 2023-06-26 13:24:46,305 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-不允许自行填报企业信息),执行通过 2023-06-26 13:24:46,606 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能为空,执行通过 2023-06-26 13:24:46,912 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能大于30位,执行通过 2023-06-26 13:24:47,221 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不能为空,执行通过 2023-06-26 13:24:47,524 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不匹配,执行通过 2023-06-26 13:24:47,834 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式不能为空,执行通过 2023-06-26 13:24:48,180 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式填写错误,执行通过 2023-06-26 13:24:48,554 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不填写,添加成功,执行通过 2023-06-26 13:24:48,851 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不能大于500,执行通过 2023-06-26 13:24:49,163 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习开始时间不能为空,执行通过 2023-06-26 13:24:49,464 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习结束时间不能为空,执行通过 2023-06-26 13:24:49,767 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目开始日期需早于项目结束日期,执行通过 2023-06-26 13:24:50,092 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-26 13:24:50,092 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != 'success' - 报名审核填写错误 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != 'success' - 报名审核填写错误 + success 2023-06-26 13:24:50,570 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-26 13:24:50,570 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-26 13:24:51,032 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-26 13:24:51,032 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-26 13:24:51,361 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-26 13:24:51,361 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != 'success' - 报名审核不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != 'success' - 报名审核不能为空 + success 2023-06-26 13:24:51,821 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-26 13:24:51,822 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-26 13:24:52,288 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-26 13:24:52,288 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-26 13:24:52,612 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-26 13:24:52,612 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != 'success' - 实习计划不匹配 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != 'success' - 实习计划不匹配 + success 2023-06-26 13:24:53,078 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-26 13:24:53,079 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-26 13:24:53,550 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-26 13:24:53,550 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-26 13:24:53,878 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-26 13:24:53,878 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success 2023-06-26 13:24:54,351 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-26 13:24:54,351 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-26 13:24:54,833 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-26 13:24:54,833 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-26 13:24:55,161 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生不能为空,执行通过 2023-06-26 13:24:55,497 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生填写错误,执行通过 2023-06-26 13:24:55,858 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师不填写,添加成功,执行通过 2023-06-26 13:24:56,173 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师填写错误,执行通过 2023-06-26 13:24:56,549 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位不能为空,执行通过 2023-06-26 13:24:56,917 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位填写错误,执行通过 2023-06-26 13:24:57,316 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-26 13:24:57,700 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-26 13:24:58,092 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-26 13:24:59,941 - [test_04_Internship_preparation.py-->line:363] - INFO: 用例发布项目,执行通过 2023-06-26 13:25:01,431 - [test_05_student_practice.py-->line:71] - INFO: 用例查看全部实习,执行通过 2023-06-26 13:25:03,906 - [test_05_student_practice.py-->line:129] - INFO: 用例学生提交报名岗位,执行通过 2023-06-26 13:25:04,909 - [test_06_internship_manage.py-->line:71] - INFO: 用例查看学校报名审核-待审核,执行通过 2023-06-26 13:25:06,794 - [test_06_internship_manage.py-->line:127] - INFO: 用例审核成功(学校),执行通过 2023-06-26 13:25:08,745 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-26 13:25:08,745 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-26 13:25:10,706 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-26 13:25:10,706 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-26 13:25:12,273 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-26 13:25:12,273 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-26 13:25:13,740 - [test_06_internship_manage.py-->line:349] - INFO: 用例实习申请审核成功(学校),执行通过 2023-06-26 13:25:15,715 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-日志标题不能为空,执行通过 2023-06-26 13:25:17,094 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-日志标题不能超过30位,执行通过 2023-06-26 13:25:18,405 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-实习单不存在,执行通过 2023-06-26 13:25:19,795 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-实习单不能为空,执行通过 2023-06-26 13:25:21,083 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-周日志种类不能为空,执行通过 2023-06-26 13:25:22,394 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-周日志时间不能为空,执行通过 2023-06-26 13:25:23,765 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周志标题不能为空,执行通过 2023-06-26 13:25:25,079 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周志标题不能超过30位,执行通过 2023-06-26 13:25:26,540 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-周志)-实习单不存在,执行通过 2023-06-26 13:25:27,744 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-实习单不能为空,执行通过 2023-06-26 13:25:29,091 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周日志种类不能为空,执行通过 2023-06-26 13:25:30,350 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周日志时间不能为空,执行通过 2023-06-26 13:25:31,740 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-月志标题不能为空,执行通过 2023-06-26 13:25:33,119 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-月志标题不能超过30位,执行通过 2023-06-26 13:25:34,505 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-实习单不存在,执行通过 2023-06-26 13:25:35,822 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-实习单不能为空,执行通过 2023-06-26 13:25:37,399 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-周日志种类不能为空,执行通过 2023-06-26 13:25:38,739 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-周日志时间不能为空,执行通过 2023-06-26 13:25:40,055 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-成功,执行通过 2023-06-26 13:25:41,457 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-成功,执行通过 2023-06-26 13:25:42,985 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-成功,执行通过 2023-06-26 13:25:45,663 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(日志)-成功,执行通过 2023-06-26 13:25:48,095 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(周志)-成功,执行通过 2023-06-26 13:25:50,510 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(月志)-成功,执行通过 2023-06-26 13:25:52,601 - [test_06_internship_manage.py-->line:546] - INFO: 用例学生签到打卡成功,执行通过 2023-06-26 13:25:54,680 - [test_06_internship_manage.py-->line:607] - INFO: 用例学生填写请假申请(调休)成功,执行通过 2023-06-26 13:25:56,040 - [test_06_internship_manage.py-->line:669] - INFO: 用例教师审批请假申请通过,执行通过 2023-06-26 16:56:14,204 - [test_01_login.py-->line:61] - ERROR: 用例标题登陆成功,通过 2023-06-26 16:56:14,469 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号填写错误的,通过 2023-06-26 16:56:14,719 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号不进行填写,通过 2023-06-26 16:56:15,122 - [test_01_login.py-->line:61] - ERROR: 用例标题密码填写错误,通过 2023-06-26 16:56:15,377 - [test_01_login.py-->line:61] - ERROR: 用例标题密码不进行填写,通过 2023-06-26 16:56:16,105 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-26 16:56:16,408 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称未填写,执行通过 2023-06-26 16:56:16,698 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称重复,执行通过 2023-06-26 16:56:17,020 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称长度不可大于30位,执行通过 2023-06-26 16:56:17,335 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码重复,执行通过 2023-06-26 16:56:17,647 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码不能为空,执行通过 2023-06-26 16:56:17,963 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码长度不可大于30,执行通过 2023-06-26 16:56:18,280 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-26 16:56:18,628 - [test_02_system_management.py-->line:135] - INFO: 用例查看院系列表,执行通过 2023-06-26 16:56:20,291 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-26 16:56:21,565 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系未填写,执行通过 2023-06-26 16:56:22,868 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系不存在,执行通过 2023-06-26 16:56:24,180 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称未填写,执行通过 2023-06-26 16:56:25,536 - [test_02_system_management.py-->line:209] - INFO: 用例专业名称长度不能大于30,执行通过 2023-06-26 16:56:26,850 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称重复,执行通过 2023-06-26 16:56:28,153 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码重复,执行通过 2023-06-26 16:56:29,575 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码未填写,执行通过 2023-06-26 16:56:31,057 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码长度不能大于30,执行通过 2023-06-26 16:56:32,451 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类未填写,执行通过 2023-06-26 16:56:33,757 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类填写错误,执行通过 2023-06-26 16:56:35,149 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-26 16:56:36,173 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-26 16:56:36,574 - [test_02_system_management.py-->line:275] - INFO: 用例学年名称不可超过30字,执行通过 2023-06-26 16:56:36,894 - [test_02_system_management.py-->line:275] - INFO: 用例学年学期开始时间和结束时间不可交叉,执行通过 2023-06-26 16:56:37,208 - [test_02_system_management.py-->line:275] - INFO: 用例学年未填写,执行通过 2023-06-26 16:56:37,537 - [test_02_system_management.py-->line:275] - INFO: 用例学期未填写,执行通过 2023-06-26 16:56:37,857 - [test_02_system_management.py-->line:275] - INFO: 用例学期开始时间未填写,执行通过 2023-06-26 16:56:38,166 - [test_02_system_management.py-->line:275] - INFO: 用例学期结束时间未填写,执行通过 2023-06-26 16:56:38,482 - [test_02_system_management.py-->line:275] - INFO: 用例学期不可超过5个学期,执行通过 2023-06-26 16:56:38,804 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-26 16:56:40,785 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-26 16:56:41,113 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师姓名不能为空,执行通过 2023-06-26 16:56:41,421 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师手机号不能为空,执行通过 2023-06-26 16:56:41,725 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件类型不能为空,执行通过 2023-06-26 16:56:42,019 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件号码不能为空,执行通过 2023-06-26 16:56:42,337 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师角色不能为空,执行通过 2023-06-26 16:56:42,804 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师性别为空,添加成功,执行通过 2023-06-26 16:56:43,274 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师入职时间为空,添加成功,执行通过 2023-06-26 16:56:43,735 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师邮箱为空,添加成功,执行通过 2023-06-26 16:56:44,199 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师工号为空,添加成功,执行通过 2023-06-26 16:56:44,673 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-26 16:56:48,147 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-26 16:56:48,458 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-26 16:56:48,813 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-26 16:56:49,129 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-26 16:56:49,427 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-26 16:56:49,749 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-26 16:56:50,065 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-26 16:56:50,393 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-26 16:56:50,709 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-26 16:56:51,044 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-26 16:56:51,375 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-26 16:56:51,721 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-26 16:56:54,928 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-26 16:56:55,326 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能为空,执行通过 2023-06-26 16:56:55,631 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能超过30字,执行通过 2023-06-26 16:56:55,969 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例实践类型不能为空,执行通过 2023-06-26 16:56:56,255 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-26 16:56:56,644 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-26 16:56:56,929 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学分不能为空,执行通过 2023-06-26 16:56:57,278 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质不能为空,执行通过 2023-06-26 16:56:57,587 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质填写错误,执行通过 2023-06-26 16:56:57,918 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学时(周数)不能为空,执行通过 2023-06-26 16:56:58,330 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学期不能为空,执行通过 2023-06-26 16:56:58,620 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业不能为空,执行通过 2023-06-26 16:56:59,026 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业填写错误,执行通过 2023-06-26 16:56:59,400 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-26 16:57:03,447 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-26 16:57:03,820 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生姓名未填写失败,执行通过 2023-06-26 16:57:04,115 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生学号未填写失败,执行通过 2023-06-26 16:57:04,473 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例手机号未填写,添加成功,执行通过 2023-06-26 16:57:04,780 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例入学年份未填写,添加失败,执行通过 2023-06-26 16:57:05,156 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例班级未填写,添加失败,执行通过 2023-06-26 16:57:05,545 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型和证件号码都没填写,添加成功,执行通过 2023-06-26 16:57:05,831 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型未填,证件号码填写,添加失败,执行通过 2023-06-26 16:57:06,195 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型填写,证件号码未填写,添加失败,执行通过 2023-06-26 16:57:06,546 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例性别未填写,添加成功,执行通过 2023-06-26 16:57:06,951 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学籍状态未填写,添加成功,执行通过 2023-06-26 16:57:07,360 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例培养方向未填写,添加成功,执行通过 2023-06-26 16:57:07,703 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例其他-备注未填写,添加成功,执行通过 2023-06-26 16:57:08,056 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例院系ID未填写,添加失败,执行通过 2023-06-26 16:57:08,380 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例专业ID未填写添加失败,执行通过 2023-06-26 16:57:08,783 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-26 16:57:15,735 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-26 16:57:16,068 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能为空,执行通过 2023-06-26 16:57:16,401 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能大于30位,执行通过 2023-06-26 16:57:16,732 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不能为空,执行通过 2023-06-26 16:57:17,126 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不存在,执行通过 2023-06-26 16:57:17,448 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不能为空,执行通过 2023-06-26 16:57:17,797 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不存在,执行通过 2023-06-26 16:57:18,105 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划开始时间不能为空,执行通过 2023-06-26 16:57:18,415 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划结束时间不能为空,执行通过 2023-06-26 16:57:18,829 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例负责老师为空,添加成功,执行通过 2023-06-26 16:57:19,201 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例教师不存在,添加失败,执行通过 2023-06-26 16:57:19,535 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的为空,添加成功,执行通过 2023-06-26 16:57:19,824 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的不能超过100位,执行通过 2023-06-26 16:57:20,203 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)未填写,添加成功,执行通过 2023-06-26 16:57:20,508 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)长度不能超过200位,执行通过 2023-06-26 16:57:20,811 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式不能为空,执行通过 2023-06-26 16:57:21,165 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为集中,添加成功--集中,执行通过 2023-06-26 16:57:21,515 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为自主,添加成功--自主,执行通过 2023-06-26 16:57:21,851 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交开始时间不能为空,执行通过 2023-06-26 16:57:22,173 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交结束时间不能为空,执行通过 2023-06-26 16:57:22,519 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例报告模块路径为空,添加成功,执行通过 2023-06-26 16:57:22,860 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容为空,添加成功,执行通过 2023-06-26 16:57:23,163 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容长度不能大于500位,执行通过 2023-06-26 16:57:23,479 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系不能为空,执行通过 2023-06-26 16:57:23,801 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系填写错误,执行通过 2023-06-26 16:57:24,184 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写为空,添加成功,执行通过 2023-06-26 16:57:24,529 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写错误,执行通过 2023-06-26 16:57:24,843 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期不能为空,执行通过 2023-06-26 16:57:25,166 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期填写错误,执行通过 2023-06-26 16:57:25,534 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-26 16:57:25,891 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例创建计划,方便使用的数据,自主,执行通过 2023-06-26 16:57:27,352 - [test_04_Internship_preparation.py-->line:209] - INFO: 用例发布计划,执行通过 2023-06-26 16:57:30,388 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-26 16:57:30,761 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-不允许自行填报企业信息),执行通过 2023-06-26 16:57:31,230 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-允许自行填报企业信息),执行通过 2023-06-26 16:57:31,689 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-不允许自行填报企业信息),执行通过 2023-06-26 16:57:32,196 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能为空,执行通过 2023-06-26 16:57:32,527 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能大于30位,执行通过 2023-06-26 16:57:32,835 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不能为空,执行通过 2023-06-26 16:57:33,146 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不匹配,执行通过 2023-06-26 16:57:33,485 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式不能为空,执行通过 2023-06-26 16:57:33,842 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式填写错误,执行通过 2023-06-26 16:57:34,223 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不填写,添加成功,执行通过 2023-06-26 16:57:34,571 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不能大于500,执行通过 2023-06-26 16:57:34,890 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习开始时间不能为空,执行通过 2023-06-26 16:57:35,190 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习结束时间不能为空,执行通过 2023-06-26 16:57:35,500 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目开始日期需早于项目结束日期,执行通过 2023-06-26 16:57:35,822 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-26 16:57:35,822 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != 'success' - 报名审核填写错误 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != 'success' - 报名审核填写错误 + success 2023-06-26 16:57:36,327 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-26 16:57:36,327 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-26 16:57:36,789 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-26 16:57:36,789 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-26 16:57:37,107 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-26 16:57:37,107 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != 'success' - 报名审核不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != 'success' - 报名审核不能为空 + success 2023-06-26 16:57:37,577 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-26 16:57:37,577 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-26 16:57:38,057 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-26 16:57:38,058 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-26 16:57:38,399 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-26 16:57:38,399 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != 'success' - 实习计划不匹配 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != 'success' - 实习计划不匹配 + success 2023-06-26 16:57:38,861 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-26 16:57:38,862 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-26 16:57:39,357 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-26 16:57:39,357 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-26 16:57:39,696 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-26 16:57:39,696 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success 2023-06-26 16:57:40,171 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-26 16:57:40,171 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-26 16:57:40,654 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-26 16:57:40,655 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-26 16:57:40,987 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生不能为空,执行通过 2023-06-26 16:57:41,312 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生填写错误,执行通过 2023-06-26 16:57:41,675 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师不填写,添加成功,执行通过 2023-06-26 16:57:42,010 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师填写错误,执行通过 2023-06-26 16:57:42,388 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位不能为空,执行通过 2023-06-26 16:57:42,765 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位填写错误,执行通过 2023-06-26 16:57:43,193 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-26 16:57:43,650 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-26 16:57:44,026 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-26 16:57:46,335 - [test_04_Internship_preparation.py-->line:363] - INFO: 用例发布项目,执行通过 2023-06-26 16:57:47,709 - [test_05_student_practice.py-->line:64] - ERROR: 用例标题查看全部实习,不通过 2023-06-26 16:57:47,709 - [test_05_student_practice.py-->line:65] - ERROR: 'success' != '请求异常!' - success + 请求异常! Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_05_student_practice.py", line 59, in test01select_allpatice self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '请求异常!' - success + 请求异常! 2023-06-26 16:57:48,693 - [test_05_student_practice.py-->line:71] - INFO: 用例查看全部实习,执行通过 2023-06-26 16:57:51,229 - [test_05_student_practice.py-->line:129] - INFO: 用例学生提交报名岗位,执行通过 2023-06-26 16:57:52,298 - [test_06_internship_manage.py-->line:71] - INFO: 用例查看学校报名审核-待审核,执行通过 2023-06-26 16:57:54,340 - [test_06_internship_manage.py-->line:127] - INFO: 用例审核成功(学校),执行通过 2023-06-26 16:57:57,706 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-26 16:57:57,706 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-26 16:57:59,181 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-26 16:57:59,182 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-26 16:58:00,785 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-26 16:58:00,785 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-26 16:58:05,304 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-日志标题不能为空,执行通过 2023-06-26 16:58:06,635 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-日志标题不能超过30位,执行通过 2023-06-26 16:58:07,990 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-实习单不存在,执行通过 2023-06-26 16:58:09,207 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-实习单不能为空,执行通过 2023-06-26 16:58:10,517 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-周日志种类不能为空,执行通过 2023-06-26 16:58:11,832 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-周日志时间不能为空,执行通过 2023-06-26 16:58:13,215 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周志标题不能为空,执行通过 2023-06-26 16:58:14,474 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周志标题不能超过30位,执行通过 2023-06-26 16:58:15,694 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-周志)-实习单不存在,执行通过 2023-06-26 16:58:16,928 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-实习单不能为空,执行通过 2023-06-26 16:58:18,250 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周日志种类不能为空,执行通过 2023-06-26 16:58:19,579 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周日志时间不能为空,执行通过 2023-06-26 16:58:20,757 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-月志标题不能为空,执行通过 2023-06-26 16:58:21,933 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-月志标题不能超过30位,执行通过 2023-06-26 16:58:23,360 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-实习单不存在,执行通过 2023-06-26 16:58:24,699 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-实习单不能为空,执行通过 2023-06-26 16:58:25,891 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-周日志种类不能为空,执行通过 2023-06-26 16:58:27,129 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-周日志时间不能为空,执行通过 2023-06-26 16:58:28,383 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-成功,执行通过 2023-06-26 16:58:29,649 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-成功,执行通过 2023-06-26 16:58:30,968 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-成功,执行通过 2023-06-26 16:58:33,902 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(日志)-成功,执行通过 2023-06-26 16:58:36,165 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(周志)-成功,执行通过 2023-06-26 16:58:38,348 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(月志)-成功,执行通过 2023-06-26 16:58:40,170 - [test_06_internship_manage.py-->line:546] - INFO: 用例学生签到打卡成功,执行通过 2023-06-26 16:58:41,980 - [test_06_internship_manage.py-->line:607] - INFO: 用例学生填写请假申请(调休)成功,执行通过 2023-06-26 16:58:43,261 - [test_06_internship_manage.py-->line:669] - INFO: 用例教师审批请假申请通过,执行通过 2023-06-27 13:43:03,481 - [test_01_login.py-->line:61] - ERROR: 用例标题登陆成功,通过 2023-06-27 13:43:03,688 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号填写错误的,通过 2023-06-27 13:43:03,881 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号不进行填写,通过 2023-06-27 13:43:04,212 - [test_01_login.py-->line:61] - ERROR: 用例标题密码填写错误,通过 2023-06-27 13:43:04,405 - [test_01_login.py-->line:61] - ERROR: 用例标题密码不进行填写,通过 2023-06-27 13:43:05,119 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-27 13:43:05,401 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称未填写,执行通过 2023-06-27 13:43:05,673 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称重复,执行通过 2023-06-27 13:43:05,950 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称长度不可大于30位,执行通过 2023-06-27 13:43:06,231 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码重复,执行通过 2023-06-27 13:43:06,501 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码不能为空,执行通过 2023-06-27 13:43:06,760 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码长度不可大于30,执行通过 2023-06-27 13:43:07,034 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-27 13:43:07,546 - [test_02_system_management.py-->line:135] - INFO: 用例查看院系列表,执行通过 2023-06-27 13:43:09,258 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-27 13:43:10,519 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系未填写,执行通过 2023-06-27 13:43:11,857 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系不存在,执行通过 2023-06-27 13:43:13,718 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称未填写,执行通过 2023-06-27 13:43:14,962 - [test_02_system_management.py-->line:209] - INFO: 用例专业名称长度不能大于30,执行通过 2023-06-27 13:43:16,332 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称重复,执行通过 2023-06-27 13:43:17,790 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码重复,执行通过 2023-06-27 13:43:19,327 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码未填写,执行通过 2023-06-27 13:43:20,792 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码长度不能大于30,执行通过 2023-06-27 13:43:22,138 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类未填写,执行通过 2023-06-27 13:43:23,518 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类填写错误,执行通过 2023-06-27 13:43:25,075 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-27 13:43:25,769 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-27 13:43:26,122 - [test_02_system_management.py-->line:275] - INFO: 用例学年名称不可超过30字,执行通过 2023-06-27 13:43:26,414 - [test_02_system_management.py-->line:275] - INFO: 用例学年学期开始时间和结束时间不可交叉,执行通过 2023-06-27 13:43:26,693 - [test_02_system_management.py-->line:275] - INFO: 用例学年未填写,执行通过 2023-06-27 13:43:27,007 - [test_02_system_management.py-->line:275] - INFO: 用例学期未填写,执行通过 2023-06-27 13:43:27,320 - [test_02_system_management.py-->line:275] - INFO: 用例学期开始时间未填写,执行通过 2023-06-27 13:43:27,687 - [test_02_system_management.py-->line:275] - INFO: 用例学期结束时间未填写,执行通过 2023-06-27 13:43:28,011 - [test_02_system_management.py-->line:275] - INFO: 用例学期不可超过5个学期,执行通过 2023-06-27 13:43:28,391 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-27 13:43:30,374 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-27 13:43:30,791 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师姓名不能为空,执行通过 2023-06-27 13:43:31,157 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师手机号不能为空,执行通过 2023-06-27 13:43:31,541 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件类型不能为空,执行通过 2023-06-27 13:43:31,826 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件号码不能为空,执行通过 2023-06-27 13:43:32,180 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师角色不能为空,执行通过 2023-06-27 13:43:32,659 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师性别为空,添加成功,执行通过 2023-06-27 13:43:33,256 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师入职时间为空,添加成功,执行通过 2023-06-27 13:43:33,737 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师邮箱为空,添加成功,执行通过 2023-06-27 13:43:34,311 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师工号为空,添加成功,执行通过 2023-06-27 13:43:35,103 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-27 13:43:38,617 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-27 13:43:38,906 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-27 13:43:39,199 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-27 13:43:39,489 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-27 13:43:39,803 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-27 13:43:40,110 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-27 13:43:40,505 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-27 13:43:40,920 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-27 13:43:41,235 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-27 13:43:41,558 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-27 13:43:41,884 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-27 13:43:42,197 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-27 13:43:45,790 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-27 13:43:46,202 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能为空,执行通过 2023-06-27 13:43:46,550 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能超过30字,执行通过 2023-06-27 13:43:46,842 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例实践类型不能为空,执行通过 2023-06-27 13:43:47,140 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-27 13:43:47,493 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-27 13:43:47,767 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学分不能为空,执行通过 2023-06-27 13:43:48,118 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质不能为空,执行通过 2023-06-27 13:43:48,449 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质填写错误,执行通过 2023-06-27 13:43:48,761 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学时(周数)不能为空,执行通过 2023-06-27 13:43:49,233 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学期不能为空,执行通过 2023-06-27 13:43:49,677 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业不能为空,执行通过 2023-06-27 13:43:50,044 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业填写错误,执行通过 2023-06-27 13:43:50,409 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-27 13:43:54,707 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-27 13:43:55,007 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生姓名未填写失败,执行通过 2023-06-27 13:43:55,296 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生学号未填写失败,执行通过 2023-06-27 13:43:55,633 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例手机号未填写,添加成功,执行通过 2023-06-27 13:43:55,998 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例入学年份未填写,添加失败,执行通过 2023-06-27 13:43:56,305 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例班级未填写,添加失败,执行通过 2023-06-27 13:43:56,683 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型和证件号码都没填写,添加成功,执行通过 2023-06-27 13:43:56,973 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型未填,证件号码填写,添加失败,执行通过 2023-06-27 13:43:57,281 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型填写,证件号码未填写,添加失败,执行通过 2023-06-27 13:43:57,612 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例性别未填写,添加成功,执行通过 2023-06-27 13:43:57,989 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学籍状态未填写,添加成功,执行通过 2023-06-27 13:43:58,350 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例培养方向未填写,添加成功,执行通过 2023-06-27 13:43:58,678 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例其他-备注未填写,添加成功,执行通过 2023-06-27 13:43:58,957 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例院系ID未填写,添加失败,执行通过 2023-06-27 13:43:59,261 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例专业ID未填写添加失败,执行通过 2023-06-27 13:43:59,596 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-27 13:44:05,504 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-27 13:44:05,798 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能为空,执行通过 2023-06-27 13:44:06,074 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能大于30位,执行通过 2023-06-27 13:44:06,347 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不能为空,执行通过 2023-06-27 13:44:06,708 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不存在,执行通过 2023-06-27 13:44:07,018 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不能为空,执行通过 2023-06-27 13:44:07,347 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不存在,执行通过 2023-06-27 13:44:07,624 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划开始时间不能为空,执行通过 2023-06-27 13:44:07,900 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划结束时间不能为空,执行通过 2023-06-27 13:44:08,258 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例负责老师为空,添加成功,执行通过 2023-06-27 13:44:08,589 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例教师不存在,添加失败,执行通过 2023-06-27 13:44:09,014 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的为空,添加成功,执行通过 2023-06-27 13:44:09,299 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的不能超过100位,执行通过 2023-06-27 13:44:09,613 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)未填写,添加成功,执行通过 2023-06-27 13:44:09,899 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)长度不能超过200位,执行通过 2023-06-27 13:44:10,175 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式不能为空,执行通过 2023-06-27 13:44:10,488 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为集中,添加成功--集中,执行通过 2023-06-27 13:44:11,083 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为自主,添加成功--自主,执行通过 2023-06-27 13:44:11,356 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交开始时间不能为空,执行通过 2023-06-27 13:44:11,630 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交结束时间不能为空,执行通过 2023-06-27 13:44:11,944 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例报告模块路径为空,添加成功,执行通过 2023-06-27 13:44:12,263 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容为空,添加成功,执行通过 2023-06-27 13:44:12,545 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容长度不能大于500位,执行通过 2023-06-27 13:44:12,822 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系不能为空,执行通过 2023-06-27 13:44:13,110 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系填写错误,执行通过 2023-06-27 13:44:13,415 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写为空,添加成功,执行通过 2023-06-27 13:44:13,758 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写错误,执行通过 2023-06-27 13:44:14,037 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期不能为空,执行通过 2023-06-27 13:44:14,335 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期填写错误,执行通过 2023-06-27 13:44:14,653 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-27 13:44:14,968 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例创建计划,方便使用的数据,自主,执行通过 2023-06-27 13:44:16,368 - [test_04_Internship_preparation.py-->line:209] - INFO: 用例发布计划,执行通过 2023-06-27 13:44:19,608 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-27 13:44:19,956 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-不允许自行填报企业信息),执行通过 2023-06-27 13:44:20,296 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-允许自行填报企业信息),执行通过 2023-06-27 13:44:20,655 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-不允许自行填报企业信息),执行通过 2023-06-27 13:44:20,934 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能为空,执行通过 2023-06-27 13:44:21,217 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能大于30位,执行通过 2023-06-27 13:44:21,497 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不能为空,执行通过 2023-06-27 13:44:21,785 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不匹配,执行通过 2023-06-27 13:44:22,086 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式不能为空,执行通过 2023-06-27 13:44:22,477 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式填写错误,执行通过 2023-06-27 13:44:22,859 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不填写,添加成功,执行通过 2023-06-27 13:44:23,154 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不能大于500,执行通过 2023-06-27 13:44:23,435 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习开始时间不能为空,执行通过 2023-06-27 13:44:23,750 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习结束时间不能为空,执行通过 2023-06-27 13:44:24,051 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目开始日期需早于项目结束日期,执行通过 2023-06-27 13:44:24,382 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 13:44:24,382 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != 'success' - 报名审核填写错误 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != 'success' - 报名审核填写错误 + success 2023-06-27 13:44:24,819 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 13:44:24,820 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-27 13:44:25,250 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 13:44:25,250 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-27 13:44:25,540 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 13:44:25,540 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != 'success' - 报名审核不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != 'success' - 报名审核不能为空 + success 2023-06-27 13:44:25,976 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 13:44:25,976 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-27 13:44:26,396 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 13:44:26,396 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-27 13:44:26,687 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 13:44:26,687 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != 'success' - 实习计划不匹配 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != 'success' - 实习计划不匹配 + success 2023-06-27 13:44:27,128 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 13:44:27,128 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-27 13:44:27,559 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 13:44:27,559 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-27 13:44:27,850 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 13:44:27,850 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success 2023-06-27 13:44:28,288 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 13:44:28,288 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-27 13:44:28,722 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 13:44:28,722 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-27 13:44:29,023 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生不能为空,执行通过 2023-06-27 13:44:29,340 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生填写错误,执行通过 2023-06-27 13:44:29,669 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师不填写,添加成功,执行通过 2023-06-27 13:44:29,966 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师填写错误,执行通过 2023-06-27 13:44:30,569 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位不能为空,执行通过 2023-06-27 13:44:30,906 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位填写错误,执行通过 2023-06-27 13:44:31,297 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-27 13:44:31,652 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-27 13:44:31,996 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-27 13:44:33,616 - [test_04_Internship_preparation.py-->line:363] - INFO: 用例发布项目,执行通过 2023-06-27 13:44:35,317 - [test_06_internship_manage.py-->line:71] - INFO: 用例查看学校报名审核-待审核,执行通过 2023-06-27 13:44:37,214 - [test_06_internship_manage.py-->line:120] - ERROR: 用例标题审核成功(学校),不通过 2023-06-27 13:44:37,214 - [test_06_internship_manage.py-->line:121] - ERROR: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 115, in test01audit self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 2023-06-27 13:44:39,036 - [test_06_internship_manage.py-->line:120] - ERROR: 用例标题审核成功(学校),不通过 2023-06-27 13:44:39,036 - [test_06_internship_manage.py-->line:121] - ERROR: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 115, in test01audit self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 2023-06-27 13:44:40,603 - [test_06_internship_manage.py-->line:120] - ERROR: 用例标题审核成功(学校),不通过 2023-06-27 13:44:40,603 - [test_06_internship_manage.py-->line:121] - ERROR: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 115, in test01audit self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 2023-06-27 13:44:46,257 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(日志)-成功,执行通过 2023-06-27 13:44:48,566 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(周志)-成功,执行通过 2023-06-27 13:44:50,635 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(月志)-成功,执行通过 2023-06-27 13:44:52,807 - [test_06_internship_manage.py-->line:669] - INFO: 用例教师审批请假申请通过,执行通过 2023-06-27 14:38:48,258 - [test_01_login.py-->line:61] - ERROR: 用例标题登陆成功,通过 2023-06-27 14:38:48,510 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号填写错误的,通过 2023-06-27 14:38:48,903 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号不进行填写,通过 2023-06-27 14:38:49,299 - [test_01_login.py-->line:61] - ERROR: 用例标题密码填写错误,通过 2023-06-27 14:38:49,540 - [test_01_login.py-->line:61] - ERROR: 用例标题密码不进行填写,通过 2023-06-27 14:38:50,422 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-27 14:38:50,817 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称未填写,执行通过 2023-06-27 14:38:51,144 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称重复,执行通过 2023-06-27 14:38:51,496 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称长度不可大于30位,执行通过 2023-06-27 14:38:51,865 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码重复,执行通过 2023-06-27 14:38:52,205 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码不能为空,执行通过 2023-06-27 14:38:52,525 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码长度不可大于30,执行通过 2023-06-27 14:38:52,923 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-27 14:38:53,314 - [test_02_system_management.py-->line:135] - INFO: 用例查看院系列表,执行通过 2023-06-27 14:38:55,517 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-27 14:38:56,950 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系未填写,执行通过 2023-06-27 14:38:58,298 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系不存在,执行通过 2023-06-27 14:38:59,665 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称未填写,执行通过 2023-06-27 14:39:01,082 - [test_02_system_management.py-->line:209] - INFO: 用例专业名称长度不能大于30,执行通过 2023-06-27 14:39:02,750 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称重复,执行通过 2023-06-27 14:39:04,174 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码重复,执行通过 2023-06-27 14:39:06,156 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码未填写,执行通过 2023-06-27 14:39:07,395 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码长度不能大于30,执行通过 2023-06-27 14:39:09,445 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类未填写,执行通过 2023-06-27 14:39:11,409 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类填写错误,执行通过 2023-06-27 14:39:12,843 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-27 14:39:14,398 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-27 14:39:14,852 - [test_02_system_management.py-->line:275] - INFO: 用例学年名称不可超过30字,执行通过 2023-06-27 14:39:15,247 - [test_02_system_management.py-->line:275] - INFO: 用例学年学期开始时间和结束时间不可交叉,执行通过 2023-06-27 14:39:15,592 - [test_02_system_management.py-->line:275] - INFO: 用例学年未填写,执行通过 2023-06-27 14:39:15,979 - [test_02_system_management.py-->line:275] - INFO: 用例学期未填写,执行通过 2023-06-27 14:39:16,313 - [test_02_system_management.py-->line:275] - INFO: 用例学期开始时间未填写,执行通过 2023-06-27 14:39:16,762 - [test_02_system_management.py-->line:275] - INFO: 用例学期结束时间未填写,执行通过 2023-06-27 14:39:17,164 - [test_02_system_management.py-->line:275] - INFO: 用例学期不可超过5个学期,执行通过 2023-06-27 14:39:17,464 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-27 14:39:19,791 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-27 14:39:20,260 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师姓名不能为空,执行通过 2023-06-27 14:39:20,655 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师手机号不能为空,执行通过 2023-06-27 14:39:21,359 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件类型不能为空,执行通过 2023-06-27 14:39:21,675 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件号码不能为空,执行通过 2023-06-27 14:39:22,057 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师角色不能为空,执行通过 2023-06-27 14:39:22,698 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师性别为空,添加成功,执行通过 2023-06-27 14:39:23,327 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师入职时间为空,添加成功,执行通过 2023-06-27 14:39:23,805 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师邮箱为空,添加成功,执行通过 2023-06-27 14:39:24,387 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师工号为空,添加成功,执行通过 2023-06-27 14:39:24,889 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-27 14:39:28,723 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-27 14:39:29,021 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-27 14:39:29,383 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-27 14:39:29,701 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-27 14:39:30,031 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-27 14:39:30,348 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-27 14:39:30,674 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-27 14:39:31,006 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-27 14:39:31,572 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-27 14:39:31,987 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-27 14:39:32,406 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-27 14:39:32,760 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-27 14:39:36,868 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-27 14:39:37,333 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能为空,执行通过 2023-06-27 14:39:37,737 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能超过30字,执行通过 2023-06-27 14:39:38,147 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例实践类型不能为空,执行通过 2023-06-27 14:39:38,445 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-27 14:39:38,841 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-27 14:39:39,347 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学分不能为空,执行通过 2023-06-27 14:39:39,710 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质不能为空,执行通过 2023-06-27 14:39:40,117 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质填写错误,执行通过 2023-06-27 14:39:40,402 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学时(周数)不能为空,执行通过 2023-06-27 14:39:40,760 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学期不能为空,执行通过 2023-06-27 14:39:41,161 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业不能为空,执行通过 2023-06-27 14:39:41,473 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业填写错误,执行通过 2023-06-27 14:39:41,819 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-27 14:39:46,226 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-27 14:39:46,655 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生姓名未填写失败,执行通过 2023-06-27 14:39:47,093 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生学号未填写失败,执行通过 2023-06-27 14:39:47,577 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例手机号未填写,添加成功,执行通过 2023-06-27 14:39:47,867 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例入学年份未填写,添加失败,执行通过 2023-06-27 14:39:48,254 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例班级未填写,添加失败,执行通过 2023-06-27 14:39:48,650 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型和证件号码都没填写,添加成功,执行通过 2023-06-27 14:39:48,999 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型未填,证件号码填写,添加失败,执行通过 2023-06-27 14:39:49,341 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型填写,证件号码未填写,添加失败,执行通过 2023-06-27 14:39:49,890 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例性别未填写,添加成功,执行通过 2023-06-27 14:39:50,283 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学籍状态未填写,添加成功,执行通过 2023-06-27 14:39:50,727 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例培养方向未填写,添加成功,执行通过 2023-06-27 14:39:51,096 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例其他-备注未填写,添加成功,执行通过 2023-06-27 14:39:51,403 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例院系ID未填写,添加失败,执行通过 2023-06-27 14:39:51,791 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例专业ID未填写添加失败,执行通过 2023-06-27 14:39:52,182 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-27 14:39:59,706 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-27 14:40:00,039 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能为空,执行通过 2023-06-27 14:40:00,351 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能大于30位,执行通过 2023-06-27 14:40:00,708 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不能为空,执行通过 2023-06-27 14:40:01,233 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不存在,执行通过 2023-06-27 14:40:01,608 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不能为空,执行通过 2023-06-27 14:40:01,996 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不存在,执行通过 2023-06-27 14:40:02,428 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划开始时间不能为空,执行通过 2023-06-27 14:40:02,820 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划结束时间不能为空,执行通过 2023-06-27 14:40:03,242 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例负责老师为空,添加成功,执行通过 2023-06-27 14:40:03,620 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例教师不存在,添加失败,执行通过 2023-06-27 14:40:04,047 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的为空,添加成功,执行通过 2023-06-27 14:40:04,411 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的不能超过100位,执行通过 2023-06-27 14:40:04,789 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)未填写,添加成功,执行通过 2023-06-27 14:40:05,103 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)长度不能超过200位,执行通过 2023-06-27 14:40:05,466 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式不能为空,执行通过 2023-06-27 14:40:05,863 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为集中,添加成功--集中,执行通过 2023-06-27 14:40:06,235 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为自主,添加成功--自主,执行通过 2023-06-27 14:40:06,631 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交开始时间不能为空,执行通过 2023-06-27 14:40:07,011 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交结束时间不能为空,执行通过 2023-06-27 14:40:07,400 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例报告模块路径为空,添加成功,执行通过 2023-06-27 14:40:07,777 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容为空,添加成功,执行通过 2023-06-27 14:40:08,179 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容长度不能大于500位,执行通过 2023-06-27 14:40:08,558 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系不能为空,执行通过 2023-06-27 14:40:08,913 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系填写错误,执行通过 2023-06-27 14:40:09,334 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写为空,添加成功,执行通过 2023-06-27 14:40:09,905 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写错误,执行通过 2023-06-27 14:40:10,286 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期不能为空,执行通过 2023-06-27 14:40:10,726 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期填写错误,执行通过 2023-06-27 14:40:11,176 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-27 14:40:11,590 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例创建计划,方便使用的数据,自主,执行通过 2023-06-27 14:40:13,811 - [test_04_Internship_preparation.py-->line:209] - INFO: 用例发布计划,执行通过 2023-06-27 14:40:18,394 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-27 14:40:18,804 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-不允许自行填报企业信息),执行通过 2023-06-27 14:40:19,274 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-允许自行填报企业信息),执行通过 2023-06-27 14:40:20,264 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-不允许自行填报企业信息),执行通过 2023-06-27 14:40:20,618 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能为空,执行通过 2023-06-27 14:40:21,155 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能大于30位,执行通过 2023-06-27 14:40:21,548 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不能为空,执行通过 2023-06-27 14:40:21,872 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不匹配,执行通过 2023-06-27 14:40:22,331 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式不能为空,执行通过 2023-06-27 14:40:22,788 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式填写错误,执行通过 2023-06-27 14:40:23,241 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不填写,添加成功,执行通过 2023-06-27 14:40:23,572 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不能大于500,执行通过 2023-06-27 14:40:23,930 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习开始时间不能为空,执行通过 2023-06-27 14:40:24,418 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习结束时间不能为空,执行通过 2023-06-27 14:40:24,836 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目开始日期需早于项目结束日期,执行通过 2023-06-27 14:40:25,195 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 14:40:25,196 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != 'success' - 报名审核填写错误 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != 'success' - 报名审核填写错误 + success 2023-06-27 14:40:25,692 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 14:40:25,693 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-27 14:40:26,207 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 14:40:26,207 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-27 14:40:26,587 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 14:40:26,587 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != 'success' - 报名审核不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != 'success' - 报名审核不能为空 + success 2023-06-27 14:40:27,046 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 14:40:27,046 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-27 14:40:27,573 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 14:40:27,573 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-27 14:40:28,104 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 14:40:28,104 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != 'success' - 实习计划不匹配 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != 'success' - 实习计划不匹配 + success 2023-06-27 14:40:29,016 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 14:40:29,016 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-27 14:40:29,670 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 14:40:29,670 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-27 14:40:30,215 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 14:40:30,215 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success 2023-06-27 14:40:30,701 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 14:40:30,701 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-27 14:40:31,221 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 14:40:31,221 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-27 14:40:31,797 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生不能为空,执行通过 2023-06-27 14:40:32,404 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生填写错误,执行通过 2023-06-27 14:40:32,943 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师不填写,添加成功,执行通过 2023-06-27 14:40:33,367 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师填写错误,执行通过 2023-06-27 14:40:33,939 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位不能为空,执行通过 2023-06-27 14:40:34,357 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位填写错误,执行通过 2023-06-27 14:40:34,911 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-27 14:40:35,398 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-27 14:40:35,840 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-27 14:40:38,012 - [test_04_Internship_preparation.py-->line:363] - INFO: 用例发布项目,执行通过 2023-06-27 14:40:40,073 - [test_06_internship_manage.py-->line:71] - INFO: 用例查看学校报名审核-待审核,执行通过 2023-06-27 14:40:42,103 - [test_06_internship_manage.py-->line:120] - ERROR: 用例标题审核成功(学校),不通过 2023-06-27 14:40:42,103 - [test_06_internship_manage.py-->line:121] - ERROR: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 115, in test01audit self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 2023-06-27 14:40:44,374 - [test_06_internship_manage.py-->line:120] - ERROR: 用例标题审核成功(学校),不通过 2023-06-27 14:40:44,375 - [test_06_internship_manage.py-->line:121] - ERROR: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 115, in test01audit self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 2023-06-27 14:40:46,266 - [test_06_internship_manage.py-->line:120] - ERROR: 用例标题审核成功(学校),不通过 2023-06-27 14:40:46,266 - [test_06_internship_manage.py-->line:121] - ERROR: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 115, in test01audit self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 2023-06-27 14:40:54,748 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(日志)-成功,执行通过 2023-06-27 14:40:57,216 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(周志)-成功,执行通过 2023-06-27 14:40:59,858 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(月志)-成功,执行通过 2023-06-27 14:41:02,193 - [test_06_internship_manage.py-->line:669] - INFO: 用例教师审批请假申请通过,执行通过 2023-06-27 18:33:00,449 - [test_01_login.py-->line:61] - ERROR: 用例标题登陆成功,通过 2023-06-27 18:33:00,694 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号填写错误的,通过 2023-06-27 18:33:00,931 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号不进行填写,通过 2023-06-27 18:33:01,241 - [test_01_login.py-->line:61] - ERROR: 用例标题密码填写错误,通过 2023-06-27 18:33:01,457 - [test_01_login.py-->line:61] - ERROR: 用例标题密码不进行填写,通过 2023-06-27 18:33:02,121 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-27 18:33:02,395 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称未填写,执行通过 2023-06-27 18:33:02,684 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称重复,执行通过 2023-06-27 18:33:02,977 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称长度不可大于30位,执行通过 2023-06-27 18:33:03,283 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码重复,执行通过 2023-06-27 18:33:03,727 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码不能为空,执行通过 2023-06-27 18:33:04,044 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码长度不可大于30,执行通过 2023-06-27 18:33:04,336 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-27 18:33:04,672 - [test_02_system_management.py-->line:135] - INFO: 用例查看院系列表,执行通过 2023-06-27 18:33:06,491 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-27 18:33:07,912 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系未填写,执行通过 2023-06-27 18:33:09,367 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系不存在,执行通过 2023-06-27 18:33:10,631 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称未填写,执行通过 2023-06-27 18:33:11,942 - [test_02_system_management.py-->line:209] - INFO: 用例专业名称长度不能大于30,执行通过 2023-06-27 18:33:13,423 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称重复,执行通过 2023-06-27 18:33:14,709 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码重复,执行通过 2023-06-27 18:33:16,200 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码未填写,执行通过 2023-06-27 18:33:17,455 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码长度不能大于30,执行通过 2023-06-27 18:33:18,746 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类未填写,执行通过 2023-06-27 18:33:20,028 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类填写错误,执行通过 2023-06-27 18:33:21,410 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-27 18:33:22,035 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-27 18:33:22,313 - [test_02_system_management.py-->line:275] - INFO: 用例学年名称不可超过30字,执行通过 2023-06-27 18:33:22,621 - [test_02_system_management.py-->line:275] - INFO: 用例学年学期开始时间和结束时间不可交叉,执行通过 2023-06-27 18:33:22,915 - [test_02_system_management.py-->line:275] - INFO: 用例学年未填写,执行通过 2023-06-27 18:33:23,205 - [test_02_system_management.py-->line:275] - INFO: 用例学期未填写,执行通过 2023-06-27 18:33:23,505 - [test_02_system_management.py-->line:275] - INFO: 用例学期开始时间未填写,执行通过 2023-06-27 18:33:23,810 - [test_02_system_management.py-->line:275] - INFO: 用例学期结束时间未填写,执行通过 2023-06-27 18:33:24,177 - [test_02_system_management.py-->line:275] - INFO: 用例学期不可超过5个学期,执行通过 2023-06-27 18:33:24,494 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-27 18:33:26,509 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-27 18:33:26,861 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师姓名不能为空,执行通过 2023-06-27 18:33:27,158 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师手机号不能为空,执行通过 2023-06-27 18:33:27,449 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件类型不能为空,执行通过 2023-06-27 18:33:27,743 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件号码不能为空,执行通过 2023-06-27 18:33:28,261 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师角色不能为空,执行通过 2023-06-27 18:33:28,720 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师性别为空,添加成功,执行通过 2023-06-27 18:33:29,287 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师入职时间为空,添加成功,执行通过 2023-06-27 18:33:29,735 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师邮箱为空,添加成功,执行通过 2023-06-27 18:33:30,218 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师工号为空,添加成功,执行通过 2023-06-27 18:33:30,709 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-27 18:33:33,908 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-27 18:33:34,199 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-27 18:33:34,490 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-27 18:33:34,777 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-27 18:33:35,031 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-27 18:33:35,032 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-27 18:33:35,518 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-27 18:33:35,804 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-27 18:33:36,114 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-27 18:33:36,436 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-27 18:33:36,736 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-27 18:33:37,032 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-27 18:33:37,336 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-27 18:33:37,656 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-27 18:33:40,875 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-27 18:33:41,144 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能为空,执行通过 2023-06-27 18:33:41,419 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能超过30字,执行通过 2023-06-27 18:33:41,682 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例实践类型不能为空,执行通过 2023-06-27 18:33:41,938 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-27 18:33:42,229 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-27 18:33:42,515 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学分不能为空,执行通过 2023-06-27 18:33:42,798 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质不能为空,执行通过 2023-06-27 18:33:43,084 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质填写错误,执行通过 2023-06-27 18:33:43,392 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学时(周数)不能为空,执行通过 2023-06-27 18:33:43,683 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学期不能为空,执行通过 2023-06-27 18:33:43,976 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业不能为空,执行通过 2023-06-27 18:33:44,277 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业填写错误,执行通过 2023-06-27 18:33:44,589 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-27 18:33:48,606 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-27 18:33:49,130 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生姓名未填写失败,执行通过 2023-06-27 18:33:49,411 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生学号未填写失败,执行通过 2023-06-27 18:33:49,767 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例手机号未填写,添加成功,执行通过 2023-06-27 18:33:50,148 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例入学年份未填写,添加失败,执行通过 2023-06-27 18:33:50,509 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例班级未填写,添加失败,执行通过 2023-06-27 18:33:50,820 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型和证件号码都没填写,添加成功,执行通过 2023-06-27 18:33:51,105 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型未填,证件号码填写,添加失败,执行通过 2023-06-27 18:33:51,398 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型填写,证件号码未填写,添加失败,执行通过 2023-06-27 18:33:51,802 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例性别未填写,添加成功,执行通过 2023-06-27 18:33:52,159 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学籍状态未填写,添加成功,执行通过 2023-06-27 18:33:52,515 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例培养方向未填写,添加成功,执行通过 2023-06-27 18:33:52,878 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例其他-备注未填写,添加成功,执行通过 2023-06-27 18:33:53,274 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例院系ID未填写,添加失败,执行通过 2023-06-27 18:33:53,643 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例专业ID未填写添加失败,执行通过 2023-06-27 18:33:54,032 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-27 18:34:00,772 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-27 18:34:01,190 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能为空,执行通过 2023-06-27 18:34:01,513 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能大于30位,执行通过 2023-06-27 18:34:01,895 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不能为空,执行通过 2023-06-27 18:34:02,249 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不存在,执行通过 2023-06-27 18:34:02,629 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不能为空,执行通过 2023-06-27 18:34:02,986 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不存在,执行通过 2023-06-27 18:34:03,286 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划开始时间不能为空,执行通过 2023-06-27 18:34:03,662 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划结束时间不能为空,执行通过 2023-06-27 18:34:04,007 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例负责老师为空,添加成功,执行通过 2023-06-27 18:34:04,351 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例教师不存在,添加失败,执行通过 2023-06-27 18:34:04,703 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的为空,添加成功,执行通过 2023-06-27 18:34:05,008 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的不能超过100位,执行通过 2023-06-27 18:34:05,372 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)未填写,添加成功,执行通过 2023-06-27 18:34:05,706 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)长度不能超过200位,执行通过 2023-06-27 18:34:06,047 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式不能为空,执行通过 2023-06-27 18:34:06,399 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为集中,添加成功--集中,执行通过 2023-06-27 18:34:06,748 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为自主,添加成功--自主,执行通过 2023-06-27 18:34:07,059 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交开始时间不能为空,执行通过 2023-06-27 18:34:07,360 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交结束时间不能为空,执行通过 2023-06-27 18:34:07,712 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例报告模块路径为空,添加成功,执行通过 2023-06-27 18:34:08,056 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容为空,添加成功,执行通过 2023-06-27 18:34:08,389 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容长度不能大于500位,执行通过 2023-06-27 18:34:08,689 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系不能为空,执行通过 2023-06-27 18:34:09,008 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系填写错误,执行通过 2023-06-27 18:34:09,375 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写为空,添加成功,执行通过 2023-06-27 18:34:09,745 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写错误,执行通过 2023-06-27 18:34:10,053 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期不能为空,执行通过 2023-06-27 18:34:10,363 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期填写错误,执行通过 2023-06-27 18:34:10,720 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-27 18:34:11,069 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例创建计划,方便使用的数据,自主,执行通过 2023-06-27 18:34:12,453 - [test_04_Internship_preparation.py-->line:209] - INFO: 用例发布计划,执行通过 2023-06-27 18:34:15,584 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-27 18:34:15,962 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-不允许自行填报企业信息),执行通过 2023-06-27 18:34:16,399 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-允许自行填报企业信息),执行通过 2023-06-27 18:34:16,782 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-不允许自行填报企业信息),执行通过 2023-06-27 18:34:17,071 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能为空,执行通过 2023-06-27 18:34:17,377 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能大于30位,执行通过 2023-06-27 18:34:17,678 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不能为空,执行通过 2023-06-27 18:34:17,992 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不匹配,执行通过 2023-06-27 18:34:18,280 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式不能为空,执行通过 2023-06-27 18:34:18,626 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式填写错误,执行通过 2023-06-27 18:34:19,005 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不填写,添加成功,执行通过 2023-06-27 18:34:19,327 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不能大于500,执行通过 2023-06-27 18:34:19,629 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习开始时间不能为空,执行通过 2023-06-27 18:34:19,929 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习结束时间不能为空,执行通过 2023-06-27 18:34:20,233 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目开始日期需早于项目结束日期,执行通过 2023-06-27 18:34:20,554 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 18:34:20,554 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != 'success' - 报名审核填写错误 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != 'success' - 报名审核填写错误 + success 2023-06-27 18:34:21,018 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 18:34:21,019 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-27 18:34:21,485 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 18:34:21,485 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-27 18:34:21,797 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 18:34:21,797 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != 'success' - 报名审核不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != 'success' - 报名审核不能为空 + success 2023-06-27 18:34:22,261 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 18:34:22,261 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-27 18:34:22,719 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 18:34:22,719 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-27 18:34:23,054 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 18:34:23,054 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != 'success' - 实习计划不匹配 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != 'success' - 实习计划不匹配 + success 2023-06-27 18:34:23,509 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 18:34:23,509 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-27 18:34:23,965 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-27 18:34:23,966 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-27 18:34:24,318 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 18:34:24,319 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success 2023-06-27 18:34:24,773 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 18:34:24,773 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-27 18:34:25,255 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-27 18:34:25,255 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-27 18:34:25,586 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生不能为空,执行通过 2023-06-27 18:34:25,935 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生填写错误,执行通过 2023-06-27 18:34:26,317 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师不填写,添加成功,执行通过 2023-06-27 18:34:26,644 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师填写错误,执行通过 2023-06-27 18:34:27,025 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位不能为空,执行通过 2023-06-27 18:34:27,399 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位填写错误,执行通过 2023-06-27 18:34:27,856 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-27 18:34:28,227 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-27 18:34:28,605 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-27 18:34:30,233 - [test_04_Internship_preparation.py-->line:363] - INFO: 用例发布项目,执行通过 2023-06-27 18:34:31,991 - [test_06_internship_manage.py-->line:64] - ERROR: 用例标题查看学校报名审核-待审核,不通过 2023-06-27 18:34:31,991 - [test_06_internship_manage.py-->line:65] - ERROR: 'success' != '请求异常!' - success + 请求异常! Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 59, in test01select_wait_list self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '请求异常!' - success + 请求异常! 2023-06-27 18:34:32,791 - [test_06_internship_manage.py-->line:71] - INFO: 用例查看学校报名审核-待审核,执行通过 2023-06-27 18:34:34,552 - [test_06_internship_manage.py-->line:120] - ERROR: 用例标题审核成功(学校),不通过 2023-06-27 18:34:34,552 - [test_06_internship_manage.py-->line:121] - ERROR: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 115, in test01audit self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 2023-06-27 18:34:36,213 - [test_06_internship_manage.py-->line:120] - ERROR: 用例标题审核成功(学校),不通过 2023-06-27 18:34:36,213 - [test_06_internship_manage.py-->line:121] - ERROR: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 115, in test01audit self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 2023-06-27 18:34:37,879 - [test_06_internship_manage.py-->line:120] - ERROR: 用例标题审核成功(学校),不通过 2023-06-27 18:34:37,879 - [test_06_internship_manage.py-->line:121] - ERROR: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 115, in test01audit self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '当前学生已投递该职位,无法重复投递' - success + 当前学生已投递该职位,无法重复投递 2023-06-27 18:34:43,604 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(日志)-成功,执行通过 2023-06-27 18:34:45,695 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(周志)-成功,执行通过 2023-06-27 18:34:47,913 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(月志)-成功,执行通过 2023-06-27 18:34:49,922 - [test_06_internship_manage.py-->line:669] - INFO: 用例教师审批请假申请通过,执行通过 2023-06-28 09:47:55,411 - [test_01_login.py-->line:61] - ERROR: 用例标题登陆成功,通过 2023-06-28 09:47:55,664 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号填写错误的,通过 2023-06-28 09:47:55,905 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号不进行填写,通过 2023-06-28 09:47:56,253 - [test_01_login.py-->line:61] - ERROR: 用例标题密码填写错误,通过 2023-06-28 09:47:56,497 - [test_01_login.py-->line:61] - ERROR: 用例标题密码不进行填写,通过 2023-06-28 09:47:57,148 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-28 09:47:57,564 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称未填写,执行通过 2023-06-28 09:47:57,871 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称重复,执行通过 2023-06-28 09:47:58,180 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称长度不可大于30位,执行通过 2023-06-28 09:47:58,489 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码重复,执行通过 2023-06-28 09:47:58,794 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码不能为空,执行通过 2023-06-28 09:47:59,122 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码长度不可大于30,执行通过 2023-06-28 09:47:59,427 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-28 09:47:59,766 - [test_02_system_management.py-->line:135] - INFO: 用例查看院系列表,执行通过 2023-06-28 09:48:01,583 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-28 09:48:02,910 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系未填写,执行通过 2023-06-28 09:48:04,281 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系不存在,执行通过 2023-06-28 09:48:05,766 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称未填写,执行通过 2023-06-28 09:48:06,971 - [test_02_system_management.py-->line:209] - INFO: 用例专业名称长度不能大于30,执行通过 2023-06-28 09:48:08,295 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称重复,执行通过 2023-06-28 09:48:09,580 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码重复,执行通过 2023-06-28 09:48:10,717 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码未填写,执行通过 2023-06-28 09:48:12,002 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码长度不能大于30,执行通过 2023-06-28 09:48:13,215 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类未填写,执行通过 2023-06-28 09:48:14,609 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类填写错误,执行通过 2023-06-28 09:48:15,977 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-28 09:48:16,679 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-28 09:48:17,011 - [test_02_system_management.py-->line:275] - INFO: 用例学年名称不可超过30字,执行通过 2023-06-28 09:48:17,326 - [test_02_system_management.py-->line:275] - INFO: 用例学年学期开始时间和结束时间不可交叉,执行通过 2023-06-28 09:48:17,624 - [test_02_system_management.py-->line:275] - INFO: 用例学年未填写,执行通过 2023-06-28 09:48:17,953 - [test_02_system_management.py-->line:275] - INFO: 用例学期未填写,执行通过 2023-06-28 09:48:18,259 - [test_02_system_management.py-->line:275] - INFO: 用例学期开始时间未填写,执行通过 2023-06-28 09:48:18,564 - [test_02_system_management.py-->line:275] - INFO: 用例学期结束时间未填写,执行通过 2023-06-28 09:48:18,871 - [test_02_system_management.py-->line:275] - INFO: 用例学期不可超过5个学期,执行通过 2023-06-28 09:48:19,188 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-28 09:48:21,052 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-28 09:48:21,390 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师姓名不能为空,执行通过 2023-06-28 09:48:21,689 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师手机号不能为空,执行通过 2023-06-28 09:48:21,982 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件类型不能为空,执行通过 2023-06-28 09:48:22,288 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件号码不能为空,执行通过 2023-06-28 09:48:22,627 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师角色不能为空,执行通过 2023-06-28 09:48:23,090 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师性别为空,添加成功,执行通过 2023-06-28 09:48:23,550 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师入职时间为空,添加成功,执行通过 2023-06-28 09:48:24,017 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师邮箱为空,添加成功,执行通过 2023-06-28 09:48:24,477 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师工号为空,添加成功,执行通过 2023-06-28 09:48:24,961 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-28 09:48:28,229 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-28 09:48:28,553 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-28 09:48:28,881 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-28 09:48:29,192 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-28 09:48:29,498 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-28 09:48:29,824 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-28 09:48:30,173 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-28 09:48:30,506 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-28 09:48:30,806 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-28 09:48:31,125 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-28 09:48:31,461 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-28 09:48:31,787 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-28 09:48:34,783 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-28 09:48:35,123 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能为空,执行通过 2023-06-28 09:48:35,448 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能超过30字,执行通过 2023-06-28 09:48:35,757 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例实践类型不能为空,执行通过 2023-06-28 09:48:36,063 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-28 09:48:36,387 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-28 09:48:36,690 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学分不能为空,执行通过 2023-06-28 09:48:37,002 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质不能为空,执行通过 2023-06-28 09:48:37,314 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质填写错误,执行通过 2023-06-28 09:48:37,626 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学时(周数)不能为空,执行通过 2023-06-28 09:48:37,958 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学期不能为空,执行通过 2023-06-28 09:48:38,278 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业不能为空,执行通过 2023-06-28 09:48:38,594 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业填写错误,执行通过 2023-06-28 09:48:38,925 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-28 09:48:42,852 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-28 09:48:43,310 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生姓名未填写失败,执行通过 2023-06-28 09:48:43,673 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生学号未填写失败,执行通过 2023-06-28 09:48:44,069 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例手机号未填写,添加成功,执行通过 2023-06-28 09:48:44,395 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例入学年份未填写,添加失败,执行通过 2023-06-28 09:48:44,715 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例班级未填写,添加失败,执行通过 2023-06-28 09:48:45,082 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型和证件号码都没填写,添加成功,执行通过 2023-06-28 09:48:45,427 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型未填,证件号码填写,添加失败,执行通过 2023-06-28 09:48:45,774 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型填写,证件号码未填写,添加失败,执行通过 2023-06-28 09:48:46,261 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例性别未填写,添加成功,执行通过 2023-06-28 09:48:46,833 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学籍状态未填写,添加成功,执行通过 2023-06-28 09:48:47,212 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例培养方向未填写,添加成功,执行通过 2023-06-28 09:48:47,653 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例其他-备注未填写,添加成功,执行通过 2023-06-28 09:48:47,972 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例院系ID未填写,添加失败,执行通过 2023-06-28 09:48:48,295 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例专业ID未填写添加失败,执行通过 2023-06-28 09:48:48,701 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-28 09:48:54,993 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-28 09:48:55,337 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能为空,执行通过 2023-06-28 09:48:55,696 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能大于30位,执行通过 2023-06-28 09:48:56,041 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不能为空,执行通过 2023-06-28 09:48:56,444 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不存在,执行通过 2023-06-28 09:48:56,797 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不能为空,执行通过 2023-06-28 09:48:57,166 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不存在,执行通过 2023-06-28 09:48:57,485 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划开始时间不能为空,执行通过 2023-06-28 09:48:57,818 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划结束时间不能为空,执行通过 2023-06-28 09:48:58,224 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例负责老师为空,添加成功,执行通过 2023-06-28 09:48:58,587 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例教师不存在,添加失败,执行通过 2023-06-28 09:48:58,957 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的为空,添加成功,执行通过 2023-06-28 09:48:59,298 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的不能超过100位,执行通过 2023-06-28 09:48:59,667 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)未填写,添加成功,执行通过 2023-06-28 09:49:00,008 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)长度不能超过200位,执行通过 2023-06-28 09:49:00,344 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式不能为空,执行通过 2023-06-28 09:49:00,763 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为集中,添加成功--集中,执行通过 2023-06-28 09:49:01,140 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为自主,添加成功--自主,执行通过 2023-06-28 09:49:01,471 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交开始时间不能为空,执行通过 2023-06-28 09:49:01,825 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交结束时间不能为空,执行通过 2023-06-28 09:49:02,209 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例报告模块路径为空,添加成功,执行通过 2023-06-28 09:49:02,587 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容为空,添加成功,执行通过 2023-06-28 09:49:02,914 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容长度不能大于500位,执行通过 2023-06-28 09:49:03,244 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系不能为空,执行通过 2023-06-28 09:49:03,588 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系填写错误,执行通过 2023-06-28 09:49:03,964 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写为空,添加成功,执行通过 2023-06-28 09:49:04,370 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写错误,执行通过 2023-06-28 09:49:04,707 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期不能为空,执行通过 2023-06-28 09:49:05,053 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期填写错误,执行通过 2023-06-28 09:49:05,412 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-28 09:49:05,784 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例创建计划,方便使用的数据,自主,执行通过 2023-06-28 09:49:07,206 - [test_04_Internship_preparation.py-->line:209] - INFO: 用例发布计划,执行通过 2023-06-28 09:49:10,334 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-28 09:49:10,735 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-不允许自行填报企业信息),执行通过 2023-06-28 09:49:11,162 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-允许自行填报企业信息),执行通过 2023-06-28 09:49:11,572 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-不允许自行填报企业信息),执行通过 2023-06-28 09:49:11,919 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能为空,执行通过 2023-06-28 09:49:12,269 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能大于30位,执行通过 2023-06-28 09:49:12,616 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不能为空,执行通过 2023-06-28 09:49:12,975 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不匹配,执行通过 2023-06-28 09:49:13,305 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式不能为空,执行通过 2023-06-28 09:49:13,682 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式填写错误,执行通过 2023-06-28 09:49:14,112 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不填写,添加成功,执行通过 2023-06-28 09:49:14,445 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不能大于500,执行通过 2023-06-28 09:49:14,787 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习开始时间不能为空,执行通过 2023-06-28 09:49:15,129 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习结束时间不能为空,执行通过 2023-06-28 09:49:15,495 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目开始日期需早于项目结束日期,执行通过 2023-06-28 09:49:15,848 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-28 09:49:15,849 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != 'success' - 报名审核填写错误 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != 'success' - 报名审核填写错误 + success 2023-06-28 09:49:16,342 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-28 09:49:16,342 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-28 09:49:16,848 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-28 09:49:16,849 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-28 09:49:17,188 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-28 09:49:17,189 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != 'success' - 报名审核不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != 'success' - 报名审核不能为空 + success 2023-06-28 09:49:17,682 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-28 09:49:17,682 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-28 09:49:18,175 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-28 09:49:18,176 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-28 09:49:18,500 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-28 09:49:18,500 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != 'success' - 实习计划不匹配 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != 'success' - 实习计划不匹配 + success 2023-06-28 09:49:18,982 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-28 09:49:18,982 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-28 09:49:19,464 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-28 09:49:19,464 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-28 09:49:19,800 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-28 09:49:19,800 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success 2023-06-28 09:49:20,321 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-28 09:49:20,322 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-28 09:49:20,801 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-28 09:49:20,801 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-28 09:49:21,160 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生不能为空,执行通过 2023-06-28 09:49:21,518 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生填写错误,执行通过 2023-06-28 09:49:21,909 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师不填写,添加成功,执行通过 2023-06-28 09:49:22,259 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师填写错误,执行通过 2023-06-28 09:49:22,645 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位不能为空,执行通过 2023-06-28 09:49:23,031 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位填写错误,执行通过 2023-06-28 09:49:23,475 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-28 09:49:23,881 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-28 09:49:24,292 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-28 09:49:26,009 - [test_04_Internship_preparation.py-->line:363] - INFO: 用例发布项目,执行通过 2023-06-28 09:49:27,287 - [test_05_student_practice.py-->line:71] - INFO: 用例查看全部实习,执行通过 2023-06-28 09:49:29,611 - [test_05_student_practice.py-->line:129] - INFO: 用例学生提交报名岗位,执行通过 2023-06-28 09:49:30,547 - [test_06_internship_manage.py-->line:71] - INFO: 用例查看学校报名审核-待审核,执行通过 2023-06-28 09:49:32,362 - [test_06_internship_manage.py-->line:127] - INFO: 用例审核成功(学校),执行通过 2023-06-28 09:49:34,117 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-28 09:49:34,117 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-28 09:49:35,584 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-28 09:49:35,584 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-28 09:49:37,062 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-28 09:49:37,062 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-28 09:49:42,019 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-日志标题不能为空,执行通过 2023-06-28 09:49:43,486 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-日志标题不能超过30位,执行通过 2023-06-28 09:49:45,009 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-实习单不存在,执行通过 2023-06-28 09:49:46,250 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-实习单不能为空,执行通过 2023-06-28 09:49:48,026 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-周日志种类不能为空,执行通过 2023-06-28 09:49:49,331 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-周日志时间不能为空,执行通过 2023-06-28 09:49:50,816 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周志标题不能为空,执行通过 2023-06-28 09:49:52,215 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周志标题不能超过30位,执行通过 2023-06-28 09:49:53,502 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-周志)-实习单不存在,执行通过 2023-06-28 09:49:54,901 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-实习单不能为空,执行通过 2023-06-28 09:49:56,289 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周日志种类不能为空,执行通过 2023-06-28 09:49:57,579 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周日志时间不能为空,执行通过 2023-06-28 09:49:58,877 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-月志标题不能为空,执行通过 2023-06-28 09:50:00,193 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-月志标题不能超过30位,执行通过 2023-06-28 09:50:01,489 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-实习单不存在,执行通过 2023-06-28 09:50:02,792 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-实习单不能为空,执行通过 2023-06-28 09:50:04,129 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-周日志种类不能为空,执行通过 2023-06-28 09:50:05,558 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-周日志时间不能为空,执行通过 2023-06-28 09:50:07,237 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-成功,执行通过 2023-06-28 09:50:08,591 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-成功,执行通过 2023-06-28 09:50:09,947 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-成功,执行通过 2023-06-28 09:50:12,749 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(日志)-成功,执行通过 2023-06-28 09:50:15,290 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(周志)-成功,执行通过 2023-06-28 09:50:17,658 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(月志)-成功,执行通过 2023-06-28 09:50:19,589 - [test_06_internship_manage.py-->line:546] - INFO: 用例学生签到打卡成功,执行通过 2023-06-28 09:50:21,245 - [test_06_internship_manage.py-->line:607] - INFO: 用例学生填写请假申请(调休)成功,执行通过 2023-06-28 09:50:22,409 - [test_06_internship_manage.py-->line:669] - INFO: 用例教师审批请假申请通过,执行通过 2023-06-28 13:58:12,242 - [test_01_login.py-->line:61] - ERROR: 用例标题登陆成功,通过 2023-06-28 13:58:12,471 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号填写错误的,通过 2023-06-28 13:58:12,688 - [test_01_login.py-->line:61] - ERROR: 用例标题手机号不进行填写,通过 2023-06-28 13:58:12,990 - [test_01_login.py-->line:61] - ERROR: 用例标题密码填写错误,通过 2023-06-28 13:58:13,198 - [test_01_login.py-->line:61] - ERROR: 用例标题密码不进行填写,通过 2023-06-28 13:58:14,013 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-28 13:58:14,386 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称未填写,执行通过 2023-06-28 13:58:14,677 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称重复,执行通过 2023-06-28 13:58:15,037 - [test_02_system_management.py-->line:95] - INFO: 用例院系名称长度不可大于30位,执行通过 2023-06-28 13:58:15,377 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码重复,执行通过 2023-06-28 13:58:15,658 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码不能为空,执行通过 2023-06-28 13:58:15,972 - [test_02_system_management.py-->line:95] - INFO: 用例院系代码长度不可大于30,执行通过 2023-06-28 13:58:16,297 - [test_02_system_management.py-->line:95] - INFO: 用例新增院系成功,执行通过 2023-06-28 13:58:16,888 - [test_02_system_management.py-->line:135] - INFO: 用例查看院系列表,执行通过 2023-06-28 13:58:18,805 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-28 13:58:20,683 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系未填写,执行通过 2023-06-28 13:58:22,284 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,院系不存在,执行通过 2023-06-28 13:58:23,799 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称未填写,执行通过 2023-06-28 13:58:25,413 - [test_02_system_management.py-->line:209] - INFO: 用例专业名称长度不能大于30,执行通过 2023-06-28 13:58:26,967 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业名称重复,执行通过 2023-06-28 13:58:28,424 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码重复,执行通过 2023-06-28 13:58:29,939 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码未填写,执行通过 2023-06-28 13:58:31,401 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,专业代码长度不能大于30,执行通过 2023-06-28 13:58:32,995 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类未填写,执行通过 2023-06-28 13:58:34,457 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业失败,学科门类填写错误,执行通过 2023-06-28 13:58:36,008 - [test_02_system_management.py-->line:209] - INFO: 用例新增专业成功,执行通过 2023-06-28 13:58:36,662 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-28 13:58:36,957 - [test_02_system_management.py-->line:275] - INFO: 用例学年名称不可超过30字,执行通过 2023-06-28 13:58:37,247 - [test_02_system_management.py-->line:275] - INFO: 用例学年学期开始时间和结束时间不可交叉,执行通过 2023-06-28 13:58:37,578 - [test_02_system_management.py-->line:275] - INFO: 用例学年未填写,执行通过 2023-06-28 13:58:37,881 - [test_02_system_management.py-->line:275] - INFO: 用例学期未填写,执行通过 2023-06-28 13:58:38,214 - [test_02_system_management.py-->line:275] - INFO: 用例学期开始时间未填写,执行通过 2023-06-28 13:58:38,484 - [test_02_system_management.py-->line:275] - INFO: 用例学期结束时间未填写,执行通过 2023-06-28 13:58:38,784 - [test_02_system_management.py-->line:275] - INFO: 用例学期不可超过5个学期,执行通过 2023-06-28 13:58:39,083 - [test_02_system_management.py-->line:275] - INFO: 用例新增学年学期成功,执行通过 2023-06-28 13:58:41,171 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-28 13:58:41,490 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师姓名不能为空,执行通过 2023-06-28 13:58:41,796 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师手机号不能为空,执行通过 2023-06-28 13:58:42,079 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件类型不能为空,执行通过 2023-06-28 13:58:42,417 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师证件号码不能为空,执行通过 2023-06-28 13:58:42,712 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师角色不能为空,执行通过 2023-06-28 13:58:43,187 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师性别为空,添加成功,执行通过 2023-06-28 13:58:43,628 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师入职时间为空,添加成功,执行通过 2023-06-28 13:58:44,304 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师邮箱为空,添加成功,执行通过 2023-06-28 13:58:44,739 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例教师工号为空,添加成功,执行通过 2023-06-28 13:58:45,264 - [test_03_teaching_affairs.py-->line:108] - INFO: 用例新增教师,执行通过 2023-06-28 13:58:48,732 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-28 13:58:49,009 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例班级名称已存在,执行通过 2023-06-28 13:58:49,305 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-28 13:58:49,587 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例学制填写错误,最多为10年,执行通过 2023-06-28 13:58:49,838 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-28 13:58:49,838 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-28 13:58:50,296 - [test_03_teaching_affairs.py-->line:188] - ERROR: 用例标题入学年份未填写,不通过 2023-06-28 13:58:50,296 - [test_03_teaching_affairs.py-->line:189] - ERROR: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 183, in test_add_class_info self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '入学年份不能为空' != '学历不能为空' - 入学年份不能为空 ? - ^^ + 学历不能为空 ? ^ 2023-06-28 13:58:50,785 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例入学年份未填写,执行通过 2023-06-28 13:58:51,066 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业未填写,执行通过 2023-06-28 13:58:51,364 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例专业填写错误,执行通过 2023-06-28 13:58:51,682 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系可以为空,执行通过 2023-06-28 13:58:51,964 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例院系下没有该专业,执行通过 2023-06-28 13:58:52,246 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师未填写,添加成功,执行通过 2023-06-28 13:58:52,551 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例教师填写错误,执行通过 2023-06-28 13:58:52,856 - [test_03_teaching_affairs.py-->line:196] - INFO: 用例新增班级,执行通过 2023-06-28 13:58:56,321 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-28 13:58:56,595 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能为空,执行通过 2023-06-28 13:58:56,894 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例课程名称不能超过30字,执行通过 2023-06-28 13:58:57,168 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例实践类型不能为空,执行通过 2023-06-28 13:58:57,432 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-28 13:58:57,720 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例院系不能为空,执行通过 2023-06-28 13:58:57,993 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学分不能为空,执行通过 2023-06-28 13:58:58,262 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质不能为空,执行通过 2023-06-28 13:58:58,565 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例修读性质填写错误,执行通过 2023-06-28 13:58:58,844 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学时(周数)不能为空,执行通过 2023-06-28 13:58:59,136 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例学期不能为空,执行通过 2023-06-28 13:58:59,417 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业不能为空,执行通过 2023-06-28 13:58:59,697 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例专业填写错误,执行通过 2023-06-28 13:58:59,990 - [test_03_teaching_affairs.py-->line:288] - INFO: 用例新增课程,执行通过 2023-06-28 13:59:04,220 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-28 13:59:04,514 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生姓名未填写失败,执行通过 2023-06-28 13:59:04,803 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学生学号未填写失败,执行通过 2023-06-28 13:59:05,161 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例手机号未填写,添加成功,执行通过 2023-06-28 13:59:05,452 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例入学年份未填写,添加失败,执行通过 2023-06-28 13:59:05,729 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例班级未填写,添加失败,执行通过 2023-06-28 13:59:06,047 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型和证件号码都没填写,添加成功,执行通过 2023-06-28 13:59:06,373 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型未填,证件号码填写,添加失败,执行通过 2023-06-28 13:59:06,662 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例证件类型填写,证件号码未填写,添加失败,执行通过 2023-06-28 13:59:07,018 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例性别未填写,添加成功,执行通过 2023-06-28 13:59:07,368 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例学籍状态未填写,添加成功,执行通过 2023-06-28 13:59:07,725 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例培养方向未填写,添加成功,执行通过 2023-06-28 13:59:08,076 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例其他-备注未填写,添加成功,执行通过 2023-06-28 13:59:08,375 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例院系ID未填写,添加失败,执行通过 2023-06-28 13:59:08,658 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例专业ID未填写添加失败,执行通过 2023-06-28 13:59:09,061 - [test_03_teaching_affairs.py-->line:394] - INFO: 用例新增学生成功,执行通过 2023-06-28 13:59:16,118 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-28 13:59:16,455 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能为空,执行通过 2023-06-28 13:59:16,755 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划名称不能大于30位,执行通过 2023-06-28 13:59:17,096 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不能为空,执行通过 2023-06-28 13:59:17,506 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例课程不存在,执行通过 2023-06-28 13:59:17,873 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不能为空,执行通过 2023-06-28 13:59:18,234 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例班级不存在,执行通过 2023-06-28 13:59:18,594 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划开始时间不能为空,执行通过 2023-06-28 13:59:18,934 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例计划结束时间不能为空,执行通过 2023-06-28 13:59:19,277 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例负责老师为空,添加成功,执行通过 2023-06-28 13:59:19,689 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例教师不存在,添加失败,执行通过 2023-06-28 13:59:20,077 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的为空,添加成功,执行通过 2023-06-28 13:59:20,414 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习目的不能超过100位,执行通过 2023-06-28 13:59:20,814 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)未填写,添加成功,执行通过 2023-06-28 13:59:21,216 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例其他(备注)长度不能超过200位,执行通过 2023-06-28 13:59:21,591 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式不能为空,执行通过 2023-06-28 13:59:21,962 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为集中,添加成功--集中,执行通过 2023-06-28 13:59:22,381 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习形式为自主,添加成功--自主,执行通过 2023-06-28 13:59:22,779 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交开始时间不能为空,执行通过 2023-06-28 13:59:23,313 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习报告提交结束时间不能为空,执行通过 2023-06-28 13:59:23,687 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例报告模块路径为空,添加成功,执行通过 2023-06-28 13:59:24,042 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容为空,添加成功,执行通过 2023-06-28 13:59:24,363 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例实习内容长度不能大于500位,执行通过 2023-06-28 13:59:24,674 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系不能为空,执行通过 2023-06-28 13:59:25,095 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例院系填写错误,执行通过 2023-06-28 13:59:25,488 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写为空,添加成功,执行通过 2023-06-28 13:59:25,824 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例专业填写错误,执行通过 2023-06-28 13:59:26,172 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期不能为空,执行通过 2023-06-28 13:59:26,500 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例学期填写错误,执行通过 2023-06-28 13:59:26,849 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例新增计划成功,执行通过 2023-06-28 13:59:27,191 - [test_04_Internship_preparation.py-->line:146] - INFO: 用例创建计划,方便使用的数据,自主,执行通过 2023-06-28 13:59:28,603 - [test_04_Internship_preparation.py-->line:209] - INFO: 用例发布计划,执行通过 2023-06-28 13:59:31,364 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-28 13:59:31,855 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-不允许自行填报企业信息),执行通过 2023-06-28 13:59:32,560 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-允许自行填报企业信息),执行通过 2023-06-28 13:59:33,138 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(不需要报名审核-不允许自行填报企业信息),执行通过 2023-06-28 13:59:33,539 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能为空,执行通过 2023-06-28 13:59:34,245 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目名称不能大于30位,执行通过 2023-06-28 13:59:34,670 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不能为空,执行通过 2023-06-28 13:59:35,440 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习计划不匹配,执行通过 2023-06-28 13:59:35,802 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式不能为空,执行通过 2023-06-28 13:59:36,129 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习形式填写错误,执行通过 2023-06-28 13:59:36,565 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不填写,添加成功,执行通过 2023-06-28 13:59:36,933 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习要求不能大于500,执行通过 2023-06-28 13:59:37,351 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习开始时间不能为空,执行通过 2023-06-28 13:59:37,806 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例实习结束时间不能为空,执行通过 2023-06-28 13:59:38,306 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例项目开始日期需早于项目结束日期,执行通过 2023-06-28 13:59:38,804 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-28 13:59:38,804 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != 'success' - 报名审核填写错误 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != 'success' - 报名审核填写错误 + success 2023-06-28 13:59:39,414 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-28 13:59:39,414 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-28 13:59:39,995 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-28 13:59:39,996 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核填写错误' != '项目名称已存在' - 报名审核填写错误 + 项目名称已存在 2023-06-28 13:59:40,461 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-28 13:59:40,461 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != 'success' - 报名审核不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != 'success' - 报名审核不能为空 + success 2023-06-28 13:59:41,023 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-28 13:59:41,023 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-28 13:59:41,715 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题报名审核不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-28 13:59:41,715 - [test_04_Internship_preparation.py-->line:293] - ERROR: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '报名审核不能为空' != '项目名称已存在' - 报名审核不能为空 + 项目名称已存在 2023-06-28 13:59:42,102 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-28 13:59:42,102 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != 'success' - 实习计划不匹配 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != 'success' - 实习计划不匹配 + success 2023-06-28 13:59:42,786 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-28 13:59:42,786 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-28 13:59:43,375 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息填写错误(后期在做修改,目前不做改动-0104),不通过 2023-06-28 13:59:43,375 - [test_04_Internship_preparation.py-->line:293] - ERROR: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '实习计划不匹配' != '项目名称已存在' - 实习计划不匹配 + 项目名称已存在 2023-06-28 13:59:43,758 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-28 13:59:43,758 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != 'success' - 自行填报企业信息不能为空 + success 2023-06-28 13:59:44,236 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-28 13:59:44,236 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-28 13:59:44,762 - [test_04_Internship_preparation.py-->line:292] - ERROR: 用例标题自行填报企业信息不能为空(后期在做修改,目前不做改动-0104),不通过 2023-06-28 13:59:44,762 - [test_04_Internship_preparation.py-->line:293] - ERROR: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 287, in test_add_project self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: '自行填报企业信息不能为空' != '项目名称已存在' - 自行填报企业信息不能为空 + 项目名称已存在 2023-06-28 13:59:45,176 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生不能为空,执行通过 2023-06-28 13:59:45,559 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例参与学生填写错误,执行通过 2023-06-28 13:59:46,033 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师不填写,添加成功,执行通过 2023-06-28 13:59:46,424 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例关联指定老师填写错误,执行通过 2023-06-28 13:59:46,873 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位不能为空,执行通过 2023-06-28 13:59:47,297 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例推荐岗位填写错误,执行通过 2023-06-28 13:59:47,691 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例新增项目成功--自主-(需要报名审核-允许自行填报企业信息),执行通过 2023-06-28 13:59:48,082 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-28 13:59:48,481 - [test_04_Internship_preparation.py-->line:299] - INFO: 用例创建项目,方便使用的数据,执行通过 2023-06-28 13:59:50,234 - [test_04_Internship_preparation.py-->line:363] - INFO: 用例发布项目,执行通过 2023-06-28 13:59:51,712 - [test_05_student_practice.py-->line:71] - INFO: 用例查看全部实习,执行通过 2023-06-28 13:59:54,234 - [test_05_student_practice.py-->line:129] - INFO: 用例学生提交报名岗位,执行通过 2023-06-28 13:59:55,178 - [test_06_internship_manage.py-->line:71] - INFO: 用例查看学校报名审核-待审核,执行通过 2023-06-28 13:59:56,955 - [test_06_internship_manage.py-->line:127] - INFO: 用例审核成功(学校),执行通过 2023-06-28 13:59:58,925 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-28 13:59:58,926 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-28 14:00:00,613 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-28 14:00:00,613 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-28 14:00:02,150 - [test_06_internship_manage.py-->line:283] - ERROR: 用例标题学生填写开始实习时间成功,不通过 2023-06-28 14:00:02,151 - [test_06_internship_manage.py-->line:284] - ERROR: 'success' != '薪资不能为空' - success + 薪资不能为空 Traceback (most recent call last): File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_06_internship_manage.py", line 279, in test01student_start_intenship_time self.assertEqual(expected['msg'], res['msg']) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual assertion_func(first, second, msg=msg) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail raise self.failureException(msg) AssertionError: 'success' != '薪资不能为空' - success + 薪资不能为空 2023-06-28 14:00:06,842 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-日志标题不能为空,执行通过 2023-06-28 14:00:08,179 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-日志标题不能超过30位,执行通过 2023-06-28 14:00:09,561 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-实习单不存在,执行通过 2023-06-28 14:00:10,889 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-实习单不能为空,执行通过 2023-06-28 14:00:12,114 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-周日志种类不能为空,执行通过 2023-06-28 14:00:13,440 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-周日志时间不能为空,执行通过 2023-06-28 14:00:14,774 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周志标题不能为空,执行通过 2023-06-28 14:00:16,010 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周志标题不能超过30位,执行通过 2023-06-28 14:00:17,283 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-周志)-实习单不存在,执行通过 2023-06-28 14:00:18,905 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-实习单不能为空,执行通过 2023-06-28 14:00:20,307 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周日志种类不能为空,执行通过 2023-06-28 14:00:21,779 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-周日志时间不能为空,执行通过 2023-06-28 14:00:23,374 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-月志标题不能为空,执行通过 2023-06-28 14:00:25,024 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-月志标题不能超过30位,执行通过 2023-06-28 14:00:26,428 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-实习单不存在,执行通过 2023-06-28 14:00:27,797 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-实习单不能为空,执行通过 2023-06-28 14:00:29,044 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-周日志种类不能为空,执行通过 2023-06-28 14:00:30,398 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-周日志时间不能为空,执行通过 2023-06-28 14:00:31,627 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(日志)-成功,执行通过 2023-06-28 14:00:32,976 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(周志)-成功,执行通过 2023-06-28 14:00:34,407 - [test_06_internship_manage.py-->line:409] - INFO: 用例学生填写-(月志)-成功,执行通过 2023-06-28 14:00:37,222 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(日志)-成功,执行通过 2023-06-28 14:00:39,541 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(周志)-成功,执行通过 2023-06-28 14:00:41,678 - [test_06_internship_manage.py-->line:489] - INFO: 用例学校端批阅-(月志)-成功,执行通过 2023-06-28 14:00:43,948 - [test_06_internship_manage.py-->line:546] - INFO: 用例学生签到打卡成功,执行通过 2023-06-28 14:00:45,906 - [test_06_internship_manage.py-->line:607] - INFO: 用例学生填写请假申请(调休)成功,执行通过 2023-06-28 14:00:47,082 - [test_06_internship_manage.py-->line:669] - INFO: 用例教师审批请假申请通过,执行通过