审查视图

report/report1.html 312.5 KB
Shishutong authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>测试报告</title>

       <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/4.5.0/css/bootstrap.min.css">
    <script src=" https://cdn.staticfile.org/jquery/2.0.0/jquery.min.js"></script>
    <script src="https://cdn.staticfile.org/echarts/5.1.2/echarts.min.js"></script>
    <!--    页面样式-->
    <style type="text/css">
        /*标题样式*/
        .title {
            width: auto;
            height: 60px;
            text-align: center;
            font: bolder 38px/60px "Microsoft YaHei UI";
        }

        /*汇总信息样式*/
        .summary {
            width: 90%;
            position: absolute;
            top: 120px;
            margin-left: 5%;

        }

        .text-left {
            font: bolder 20px/30px "Microsoft YaHei UI";
        }

        .left {
            width: 50%;
            float: left;

        }

        .right {
            width: 50%;
            float: right;

        }

        .desc {
            float: left;
            width: 100%;
        }

        .list-group-item span {
            font: normal 16px/38px "Microsoft YaHei UI";
            padding: 30px;

        }

        .list-group-item {
            position: relative;
            display: block;
            padding: .4rem 1.25rem;
            background-color: #fff;
            border: 1px solid rgba(0, 0, 0, .125);
        }

        /* 执行信息样式   */
        .test_info {
            width: 90%;
            position: absolute;
            top: 900px;
            margin-left: 5%;

            color: #28a745 !important;
        }

        .table td, th {
            border: solid 2px rgba(9, 122, 51, 0.11) !important;
            padding: 0;
            line-height: 40px;
            text-align: center;

        }


        select {
            border: 0;
            padding: 0;
            margin: 0;
            height: 2em;
            width: 8em;
            margin-left: 2em;
        }

        option {
            text-align: center;
            height: 36px;
            font: none 18px/36px "Microsoft YaHei UI";
            color: #28a745 !important;
        }

        .test_log {
            background: rgba(163, 171, 189, 0.15);
            width: 100%;
            height: 50px;
            border-top: none;
            border-bottom: none;
            display: none;
            text-align: left;
        }

        .test_log td {
            text-align: left;
            height: 30px;
            margin: 0;
            padding-left: 3em;
            padding-right:3em;
            font: none 18px/24px "Microsoft YaHei UI";
            color: #9e141a;
        }

        pre {
            margin: 0;
            white-space: pre-wrap;
            white-space: -moz-pre-wrap;
            white-space: -o-pre-wrap;
            word-wrap: break-word;
            line-height: 22px;
            font-size: 14px
        }

        /*    测试图表显示*/
        .char {
            width: 90%;
            position: absolute;
            top: 450px;
            margin-left: 5%;
            color: #28a745 !important;
        }

    </style>

</head>
<body>

<!--报告标题-->
<div class="title text-success">
    <div class="shadow-lg p-3 mb-5 bg-white rounded">优学乐业测试报告</div>
</div>

<!--汇总信息-->
<div class="summary">
    <p class="text-left text-success">测试结果汇总</p>
    <div class="left">
        <ul class="list-group">
            <li class="list-group-item">
                <button type="button" class="btn btn-success">测试人员</button>
                <span class="text-dark">石头</span>
            </li>
            <li class="list-group-item">
                <button type="button" class="btn btn-success">开始时间</button>
159
                <span class="text-dark">2023-07-27 16:36:05</span>
Shishutong authored
160 161 162
            </li>
            <li class="list-group-item">
                <button type="button" class="btn btn-success">执行时间</button>
163
                <span class="text-dark">127.16 S</span>
Shishutong authored
164 165 166
            </li>
            <li class="list-group-item">
                <button type="button" class="btn btn-success">用例总数</button>
167
                <span class="text-dark">175</span>
Shishutong authored
168 169 170 171 172 173 174 175 176 177
            </li>


        </ul>
    </div>
    <div class="right">
        <ul class="list-group">

            <li class="list-group-item">
                <button type="button" class="btn btn-success">成功用例</button>
178
                <span class="text-success">171</span>
Shishutong authored
179 180 181
            </li>
            <li class="list-group-item">
                <button type="button" class="btn btn-warning">失败用例</button>
182
                <span class="text-warning">4</span>
Shishutong authored
183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227
            </li>
            <li class="list-group-item">
                <button type="button" class="btn btn-danger">错误用例</button>
                <span class="text-danger">0</span>
            </li>
            <li class="list-group-item">
                <button type="button" class="btn btn-secondary">跳过用例</button>
                <span class="text-secondary">0</span>
            </li>
        </ul>
    </div>
    <div class="desc">
        <ul class="list-group">
            <li class="list-group-item">
                <button type="button" class="btn btn-success">描述信息</button>
                <span class="text-secondary">优学乐业测试报告</span>
            </li>
        </ul>
    </div>


</div>

<!--测试图表-->
<div class="char">
    <p class="text-left text-success">图表展示</p>
    <div id="char2" style="width: 49%;height: 400px;float: left"></div>
    <div id="char" style="width: 49%;height: 400px ;float: left"></div>
</div>

<!--详细信息-->
<div class="test_info">

    <p class="text-left text-success">详细信息</p>
    <div class="table_data">

        <table class="table">
            <thead class="bg-success text-light">
            <tr>
                <th scope="col" style="width: 5%;padding: 0">编号</th>
                <th scope="col" style="width: 20%;padding: 0">
                    <span>测试类</span>
                    <select id="testClass">
                        <option>所有</option>
                        
228
                            <option>Test02Class</option>
Shishutong authored
229
                        
230
                            <option>Test06SchoolSelectApply</option>
Shishutong authored
231
                        
232
                            <option>Test02StudentApply</option>
Shishutong authored
233
                        
234
                            <option>Test04Student</option>
Shishutong authored
235
                        
236
                            <option>Test01addInternshipPlan</option>
Shishutong authored
237
                        
238
                            <option>Test03Year</option>
Shishutong authored
239
                        
240
                            <option>Test08ApproveLog</option>
Shishutong authored
241
                        
242
                            <option>TestLogin</option>
Shishutong authored
243
                        
244
                            <option>Test11TeacherAprove</option>
Shishutong authored
245
                        
246
                            <option>Test09Attendance</option>
Shishutong authored
247
                        
248
                            <option>Test02Specialty</option>
Shishutong authored
249
                        
250
                            <option>Test10LeaveRecord</option>
Shishutong authored
251
                        
252
                            <option>Test04publishInternshipProject</option>
253
                        
254 255 256 257 258
                            <option>Test01SelectAllPractice</option>
                        
                            <option>Test07StudentWriteLog</option>
                        
                            <option>Test05StudentIntenship</option>
Shishutong authored
259
                        
260
                            <option>Test01Department</option>
Shishutong authored
261
                        
262
                            <option>Test03addInternshipProject</option>
Shishutong authored
263
                        
264
                            <option>Test01SelectApplyAuditList</option>
Shishutong authored
265
                        
266
                            <option>Test02SchoolAudit</option>
Shishutong authored
267
                        
268
                            <option>Test03Course</option>
Shishutong authored
269
                        
270
                            <option>Test02publishInternshipPlan</option>
Shishutong authored
271
                        
272
                            <option>Test01Teacher</option>
Shishutong authored
273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302
                        
                    </select>

                </th>

                <th scope="col" style="width: 15%;padding: 0">测试方法</th>
                <th scope="col" style="width: 20%;padding: 0">用例描述</th>
                <th scope="col" style="width: 15%;padding: 0">执行时间</th>
                <th scope="col" style="width: 20%;padding: 0">

                    <span>执行结果</span>
                    <select id="testResult">
                        <option>所有</option>
                        <option class="text-success">成功</option>
                        <option class="text-warning">失败</option>
                        <option class="text-danger">错误</option>
                        <option class="text-info">跳过</option>
                    </select>

                </th>
                <th scope="col" style="width: 10%;padding: 0">详细信息</th>
            </tr>
            </thead>
            <tbody>
            
                <tr>
                    <td>1</td>
                    <td class="TestLogin">TestLogin</td>
                    <td>test_login_1</td>
                    <td>登陆成功</td>
303
                    <td>0.424s</td>
Shishutong authored
304 305 306 307 308 309 310 311 312 313 314 315 316 317 318
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        

                            <pre>用例入参:{'way': 'name', 'password': 'f85eea0e15e424aba8675f8848e2cb83', 'type': 'teacher', 'username': '17301249975', 'schoolId': '1519958566130257922'}
预期结果:{'msg': 'success', 'code': 200}
319
实际结果:{'msg': 'success', 'code': 200, 'data': {'access_token': 'eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0ZW5hbnRUeXBlIjoiIiwidXNlcl9uYW1lIjoiMTczMDEyNDk5NzUiLCJ0eXBlIjoidGVhY2hlciIsImNsaWVudF9pZCI6IndvcmthaSIsInN0dWRlbnRJZCI6IiIsInRlbmFudE5hbWUiOiIiLCJzY2hvb2xTb3VyY2UiOiJ3b3JrYWkiLCJzY29wZSI6WyJhbGwiXSwic2Nob29sSWQiOiIxNTE5OTU4NTY2MTMwMjU3OTIyIiwic3R1ZGVudFN0YXR1cyI6IiIsImV4cCI6MTY5MDQ4Mjk2Nywic2Nob29sTmFtZSI6Iua1i-ivleWkp-Wtpl_oh6rliqjljJbkuJPnlKgiLCJqdGkiOiJxb21MRTFiSjJ4cFpBbkRneTduSG9wZkNXU2ciLCJicm9rZXJJZCI6IiIsImhyb1VzZXJUb2tlbiI6bnVsbCwib3BlblVzZXJUb2tlbiI6bnVsbCwiYXV0aFN0YXR1cyI6IiIsImF1dGhlbnRpY2F0aW9uSWRlbnRpdHkiOiJsb2dpbiIsInVzZXJJZCI6IjE1MTk5NTkyMDg1Mjk4NjY3NTMiLCJzY2hvb2xSb2xsU3RhdHVzIjoiIiwidGVhY2hlcklkIjoiMTUxOTk1OTIwOTI3NjQ1Mjg2NSIsInBob25lIjoiMTczMDEyNDk5NzUiLCJ0ZW5hbnRJZCI6IiIsIm5hbWUiOiLmoKHplb8iLCJzdGF0dXMiOiJhY3RpdmUifQ.P5rK0dEYOQ_fWIHkH5xupUnh9yTVuv3C3ZHQrGEN6PyqlTjgv8D78RWiFN5ZS_3T_o3sbDLsy9z6_Mezm36EuCuJPL1126CQ89evL_TunYvf7d_ZmV9wLZK_yRgbJQBr14u9XKq2T38wmSI3J3A9ygLejTGqb4UEu-cNOma2QHLuAla9utpEkeTzhOmVZi9wOHaSZth3LoEgZFB35svdBVsJBiHR-vsmEd_VGkqXK3uSnzQog-iQ4IeGrsNrD8DRHpseUYPqyn7x4ypYbAVSEsSisVwhUGQgVLgT_Nw7cV4tTsnrhhEpZm_EHXiqkOL0QVBKzOPvSgIqYLvM4R4g-w', 'token_type': 'bearer', 'refresh_token': 'eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0ZW5hbnRUeXBlIjoiIiwidXNlcl9uYW1lIjoiMTczMDEyNDk5NzUiLCJ0eXBlIjoidGVhY2hlciIsImNsaWVudF9pZCI6IndvcmthaSIsInN0dWRlbnRJZCI6IiIsInRlbmFudE5hbWUiOiIiLCJzY2hvb2xTb3VyY2UiOiJ3b3JrYWkiLCJzY29wZSI6WyJhbGwiXSwic2Nob29sSWQiOiIxNTE5OTU4NTY2MTMwMjU3OTIyIiwiYXRpIjoicW9tTEUxYkoyeHBaQW5EZ3k3bkhvcGZDV1NnIiwic3R1ZGVudFN0YXR1cyI6IiIsImV4cCI6MTY5MDUxODk2Nywic2Nob29sTmFtZSI6Iua1i-ivleWkp-Wtpl_oh6rliqjljJbkuJPnlKgiLCJqdGkiOiJzZEhERE1LQ1lrNEJZM3E5VXNzNmlaRERNTFkiLCJicm9rZXJJZCI6IiIsImhyb1VzZXJUb2tlbiI6bnVsbCwib3BlblVzZXJUb2tlbiI6bnVsbCwiYXV0aFN0YXR1cyI6IiIsImF1dGhlbnRpY2F0aW9uSWRlbnRpdHkiOiJsb2dpbiIsInVzZXJJZCI6IjE1MTk5NTkyMDg1Mjk4NjY3NTMiLCJzY2hvb2xSb2xsU3RhdHVzIjoiIiwidGVhY2hlcklkIjoiMTUxOTk1OTIwOTI3NjQ1Mjg2NSIsInBob25lIjoiMTczMDEyNDk5NzUiLCJ0ZW5hbnRJZCI6IiIsIm5hbWUiOiLmoKHplb8iLCJzdGF0dXMiOiJhY3RpdmUifQ.FpmyCZrPQQIR7DgCgqYxNVrttjQR3_NmMqD14Fb0SdIHzWQnZBRgxadevLYaLwSluo-5QSlL-TK3HUZlXf0boLw2UgRLQ5G8s-jOuUjx4Hxzv8qTLHoUKO0b0cTmedlOU9C4m6ojVNVfgvRo-kSCChorKHGt6KIQgD2nxzVqsdE734244M94s3nW_Oc5EmHo0oNMwmb9VXSCDIO-oyo8dSyK_5nD-Ls9NhzChd_iCXujw2kHnp8PiDdmVz2i7gsacBADHjMOceLW9g_GWLep4wCUIGjLIw0etjokIMvNvly_4Y5-h4kR3s8e_e3KayiwxSysCasLpvS5nBhTqZVWjQ', 'expires_in': 35999, 'scope': 'all', 'tenantType': '', 'brokerId': '', 'hroUserToken': None, 'openUserToken': None, 'authStatus': '', 'authenticationIdentity': 'login', 'type': 'teacher', 'userId': '1519959208529866753', 'studentId': '', 'schoolRollStatus': '', 'teacherId': '1519959209276452865', 'tenantName': '', 'phone': '17301249975', 'schoolSource': 'workai', 'schoolId': '1519958566130257922', 'tenantId': '', 'name': '校长', 'studentStatus': '', 'schoolName': '测试大学_自动化专用', 'status': 'active', 'jti': 'qomLE1bJ2xpZAnDgy7nHopfCWSg'}}
Shishutong authored
320 321 322 323 324 325 326 327 328 329 330 331
test_login_1 (test_01_login.TestLogin)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>2</td>
                    <td class="TestLogin">TestLogin</td>
                    <td>test_login_2</td>
                    <td>手机号填写错误的</td>
332
                    <td>0.228s</td>
Shishutong authored
333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        

                            <pre>用例入参:{'way': 'name', 'username': '17301149975', 'password': 'f85eea0e15e424aba8675f8848e2cb83', 'type': 'teacher'}
预期结果:{'code': 500, 'data': None, 'msg': '用户不存在'}
实际结果:{'msg': '用户不存在', 'code': 500, 'data': None}
test_login_2 (test_01_login.TestLogin)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>3</td>
                    <td class="TestLogin">TestLogin</td>
                    <td>test_login_3</td>
                    <td>手机号不进行填写</td>
361
                    <td>0.22s</td>
Shishutong authored
362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        

                            <pre>用例入参:{'way': 'name', 'username': '', 'password': 'f85eea0e15e424aba8675f8848e2cb83', 'type': 'teacher'}
预期结果:{'code': 500, 'data': None, 'msg': '用户名和密码不能为空'}
实际结果:{'msg': '用户名和密码不能为空', 'code': 500, 'data': None}
test_login_3 (test_01_login.TestLogin)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>4</td>
                    <td class="TestLogin">TestLogin</td>
                    <td>test_login_4</td>
                    <td>密码填写错误</td>
390
                    <td>0.319s</td>
Shishutong authored
391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        

                            <pre>用例入参:{'way': 'name', 'username': '17301249975', 'password': 'f85eea0e115e424aba8675f8848e2cb83', 'type': 'teacher'}
预期结果:{'code': 500, 'data': None, 'msg': '密码不正确'}
实际结果:{'msg': '密码不正确', 'code': 500, 'data': None}
test_login_4 (test_01_login.TestLogin)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>5</td>
                    <td class="TestLogin">TestLogin</td>
                    <td>test_login_5</td>
                    <td>密码不进行填写</td>
419
                    <td>0.209s</td>
Shishutong authored
420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        

                            <pre>用例入参:{'way': 'name', 'username': '17301249975', 'password': '', 'type': 'teacher'}
预期结果:{'code': 500, 'data': None, 'msg': '用户名和密码不能为空'}
实际结果:{'msg': '用户名和密码不能为空', 'code': 500, 'data': None}
test_login_5 (test_01_login.TestLogin)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>6</td>
                    <td class="Test01Department">Test01Department</td>
                    <td>test_add_department_1</td>
                    <td>新增院系成功</td>
448
                    <td>0.333s</td>
Shishutong authored
449 450 451 452 453 454 455 456 457 458 459 460 461
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
462
                            <pre>用例入参:{'name': 'py自动化院系20230727_16:36:06_1', 'code': 'py_code20230727_16:36:06_1'}
Shishutong authored
463 464 465 466 467 468 469 470 471 472 473 474 475 476
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_department_1 (test_02_system_management.Test01Department)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>7</td>
                    <td class="Test01Department">Test01Department</td>
                    <td>test_add_department_2</td>
                    <td>院系名称未填写</td>
477
                    <td>0.272s</td>
Shishutong authored
478 479 480 481 482 483 484 485 486 487 488 489 490
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
491
                            <pre>用例入参:{'name': '', 'code': 'py_code20230727_16:36:07_2'}
Shishutong authored
492 493 494 495 496 497 498 499 500 501 502 503 504 505
预期结果: {'msg': '院系名称不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '院系名称不能为空', 'code': 500, 'data': None}
test_add_department_2 (test_02_system_management.Test01Department)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>8</td>
                    <td class="Test01Department">Test01Department</td>
                    <td>test_add_department_3</td>
                    <td>院系名称重复</td>
506
                    <td>0.305s</td>
Shishutong authored
507 508 509 510 511 512 513 514 515 516 517 518 519
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
520
                            <pre>用例入参:{'name': '院系1', 'code': 'py_code20230727_16:36:07_3'}
Shishutong authored
521 522 523 524 525 526 527 528 529 530 531 532 533 534
预期结果: {'msg': '院系名称已存在,请确认', 'code': 500, 'data': None}
实际结果: {'msg': '院系名称已存在,请确认', 'code': 500, 'data': None}
test_add_department_3 (test_02_system_management.Test01Department)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>9</td>
                    <td class="Test01Department">Test01Department</td>
                    <td>test_add_department_4</td>
                    <td>院系名称长度不可大于30位</td>
535
                    <td>0.29s</td>
Shishutong authored
536 537 538 539 540 541 542 543 544 545 546 547 548
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
549
                            <pre>用例入参:{'name': '院系名称长度大于30的测试院系名称长度大于30的测试院系名称长度大于30的测试院系名称长度大于30的测试', 'code': 'py_code20230727_16:36:07_4'}
Shishutong authored
550 551 552 553 554 555 556 557 558 559 560 561 562 563
预期结果: {'msg': '院系名称长度不可大于30位', 'code': 500, 'data': None}
实际结果: {'msg': '院系名称长度不可大于30位', 'code': 500, 'data': None}
test_add_department_4 (test_02_system_management.Test01Department)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>10</td>
                    <td class="Test01Department">Test01Department</td>
                    <td>test_add_department_5</td>
                    <td>院系代码重复</td>
564
                    <td>0.296s</td>
Shishutong authored
565 566 567 568 569 570 571 572 573 574 575 576 577
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
578
                            <pre>用例入参:{'name': 'py自动化院系20230727_16:36:08_5', 'code': '批量导入院系'}
Shishutong authored
579 580 581 582 583 584 585 586 587 588 589 590 591 592
预期结果: {'msg': '院系代码已存在,请确认', 'code': 500, 'data': None}
实际结果: {'msg': '院系代码已存在,请确认', 'code': 500, 'data': None}
test_add_department_5 (test_02_system_management.Test01Department)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>11</td>
                    <td class="Test01Department">Test01Department</td>
                    <td>test_add_department_6</td>
                    <td>院系代码不能为空</td>
593
                    <td>0.27s</td>
Shishutong authored
594 595 596 597 598 599 600 601 602 603 604 605 606
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
607
                            <pre>用例入参:{'name': 'py自动化院系20230727_16:36:08_6', 'code': ''}
Shishutong authored
608 609 610 611 612 613 614 615 616 617 618 619 620 621
预期结果: {'msg': '院系代码不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '院系代码不能为空', 'code': 500, 'data': None}
test_add_department_6 (test_02_system_management.Test01Department)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>12</td>
                    <td class="Test01Department">Test01Department</td>
                    <td>test_add_department_7</td>
                    <td>院系代码长度不可大于30</td>
622
                    <td>0.29s</td>
Shishutong authored
623 624 625 626 627 628 629 630 631 632 633 634 635
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
636
                            <pre>用例入参:{'name': 'py自动化院系20230727_16:36:08_7', 'code': '院系代码长度大于30的测试院系代码长度大于30的测试院系代码长度大于30的测试'}
Shishutong authored
637 638 639 640 641 642 643 644 645 646 647 648 649 650
预期结果: {'msg': '院系代码长度不可大于30', 'code': 500, 'data': None}
实际结果: {'msg': '院系代码长度不可大于30', 'code': 500, 'data': None}
test_add_department_7 (test_02_system_management.Test01Department)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>13</td>
                    <td class="Test01Department">Test01Department</td>
                    <td>test_add_department_8</td>
                    <td>新增院系成功</td>
651
                    <td>0.287s</td>
Shishutong authored
652 653 654 655 656 657 658 659 660 661 662 663 664
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
665
                            <pre>用例入参:{'name': 'py自动化院系20230727_16:36:08_8', 'code': 'py_code20230727_16:36:08_8'}
Shishutong authored
666 667 668 669 670 671 672 673 674 675 676 677 678 679
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_department_8 (test_02_system_management.Test01Department)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>14</td>
                    <td class="Test01Department">Test01Department</td>
                    <td>test_select_department_1</td>
                    <td>查看院系列表</td>
680
                    <td>0.313s</td>
Shishutong authored
681 682 683 684 685 686 687 688 689 690 691 692 693 694 695
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        

                            <pre>用例入参:{'pageNumber': '0', 'pageSize': '3'}
预期结果: {'msg': 'success', 'code': 200}
696
实际结果: {'msg': 'success', 'code': 200, 'data': {'records': [{'id': '1519960493236785154', 'schoolId': '1519958566130257922', 'name': '第一院系-1-修改1', 'code': '第一院系-1', 'createdBy': '1519959209276452865', 'createdTime': 1651221796000, 'updatedBy': '1519959209276452865', 'updatedTime': 1653018193000}, {'id': '1519960538489131009', 'schoolId': '1519958566130257922', 'name': '第二院系-22', 'code': '第二院系-22', 'createdBy': '1519959209276452865', 'createdTime': 1651221807000, 'updatedBy': '1519959209276452865', 'updatedTime': 1652281988000}, {'id': '1519960582474797058', 'schoolId': '1519958566130257922', 'name': '第三院系-3', 'code': '第三院系-3', 'createdBy': '1519959209276452865', 'createdTime': 1651221817000, 'updatedBy': None, 'updatedTime': None}, {'id': '1522126666221019137', 'schoolId': '1519958566130257922', 'name': '大_批量导入院系', 'code': '大_批量导入院系', 'createdBy': '1519959209276452865', 'createdTime': 1651738252000, 'updatedBy': None, 'updatedTime': None}, {'id': '1522150977187188738', 'schoolId': '1519958566130257922', 'name': '批量导入院系', 'code': '批量导入院系', 'createdBy': '1519959209276452865', 'createdTime': 1651744048000, 'updatedBy': None, 'updatedTime': None}, {'id': '1524276366210510849', 'schoolId': '1519958566130257922', 'name': '流程sss', 'code': '流程sss', 'createdBy': '1519959209276452865', 'createdTime': 1652250780000, 'updatedBy': None, 'updatedTime': None}, {'id': '1527478217726754818', 'schoolId': '1519958566130257922', 'name': '添加缓存后', 'code': '添加缓存后', 'createdBy': '1519959209276452865', 'createdTime': 1653014161000, 'updatedBy': None, 'updatedTime': None}, {'id': '1527479106566881282', 'schoolId': '1519958566130257922', 'name': 'ssss添加缓存后-院系-1-修改1', 'code': 'ssss添加缓存后-院系-1-修改1', 'createdBy': '1519959209276452865', 'createdTime': 1653014373000, 'updatedBy': '1519959209276452865', 'updatedTime': 1653015920000}, {'id': '1537365491176304642', 'schoolId': '1519958566130257922', 'name': '院系1', 'code': '院系1', 'createdBy': '1519959209276452865', 'createdTime': 1655371471000, 'updatedBy': None, 'updatedTime': None}, {'id': '1537365542577500162', 'schoolId': '1519958566130257922', 'name': '院系2', 'code': '院系2', 'createdBy': '1519959209276452865', 'createdTime': 1655371483000, 'updatedBy': None, 'updatedTime': None}, {'id': '1537365589180411906', 'schoolId': '1519958566130257922', 'name': '院系3', 'code': '院系3', 'createdBy': '1519959209276452865', 'createdTime': 1655371494000, 'updatedBy': None, 'updatedTime': None}, {'id': '1537365618314047490', 'schoolId': '1519958566130257922', 'name': '院系4', 'code': '院系4', 'createdBy': '1519959209276452865', 'createdTime': 1655371501000, 'updatedBy': None, 'updatedTime': None}, {'id': '1537365645191147521', 'schoolId': '1519958566130257922', 'name': '院系5', 'code': '院系5', 'createdBy': '1519959209276452865', 'createdTime': 1655371507000, 'updatedBy': None, 'updatedTime': None}, {'id': '1537365671829172225', 'schoolId': '1519958566130257922', 'name': '院系6', 'code': '院系6', 'createdBy': '1519959209276452865', 'createdTime': 1655371514000, 'updatedBy': None, 'updatedTime': None}, {'id': '1537365714241974274', 'schoolId': '1519958566130257922', 'name': '院系7', 'code': '院系7', 'createdBy': '1519959209276452865', 'createdTime': 1655371524000, 'updatedBy': None, 'updatedTime': None}], 'total': 939, 'size': 15, 'current': 1, 'orders': [], 'optimizeCountSql': True, 'searchCount': True, 'countId': '', 'maxLimit': None, 'pages': 63}}
Shishutong authored
697 698 699 700 701 702 703 704 705 706 707 708
test_select_department_1 (test_02_system_management.Test01Department)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>15</td>
                    <td class="Test02Specialty">Test02Specialty</td>
                    <td>test_add_specialty_01</td>
                    <td>新增专业成功</td>
709
                    <td>1.39s</td>
Shishutong authored
710 711 712 713 714 715 716 717 718 719 720 721 722
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
723
                            <pre>用例入参:{'name': 'py专业16:36:09_1', 'code': 'py_code16:36:09_1', 'departmentId': '1684482801791266817', 'category': 'science'}
Shishutong authored
724 725 726 727 728 729 730 731 732 733 734 735 736 737
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_specialty_01 (test_02_system_management.Test02Specialty)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>16</td>
                    <td class="Test02Specialty">Test02Specialty</td>
                    <td>test_add_specialty_02</td>
                    <td>新增专业失败,院系未填写</td>
738
                    <td>1.21s</td>
Shishutong authored
739 740 741 742 743 744 745 746 747 748 749 750 751
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
752
                            <pre>用例入参:{'name': 'py专业16:36:11_2', 'code': 'py_code16:36:11_2', 'departmentId': '', 'category': 'science'}
Shishutong authored
753 754 755 756 757 758 759 760 761 762 763 764 765 766
预期结果: {'msg': '院系不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '院系不能为空', 'code': 500, 'data': None}
test_add_specialty_02 (test_02_system_management.Test02Specialty)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>17</td>
                    <td class="Test02Specialty">Test02Specialty</td>
                    <td>test_add_specialty_03</td>
                    <td>新增专业失败,院系不存在</td>
767
                    <td>1.13s</td>
Shishutong authored
768 769 770 771 772 773 774 775 776 777 778 779 780
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
781
                            <pre>用例入参:{'name': 'py专业16:36:12_3', 'code': 'py_code16:36:12_3', 'departmentId': '23232333333', 'category': 'science'}
Shishutong authored
782 783 784 785 786 787 788 789 790 791 792 793 794 795
预期结果: {'msg': '院系不存在', 'code': 500, 'data': None}
实际结果: {'msg': '院系不存在', 'code': 500, 'data': None}
test_add_specialty_03 (test_02_system_management.Test02Specialty)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>18</td>
                    <td class="Test02Specialty">Test02Specialty</td>
                    <td>test_add_specialty_04</td>
                    <td>新增专业失败,专业名称未填写</td>
796
                    <td>1.17s</td>
Shishutong authored
797 798 799 800 801 802 803 804 805 806 807 808 809
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
810
                            <pre>用例入参:{'name': '', 'code': 'py_code16:36:13_4', 'departmentId': '1684482801791266817', 'category': 'science'}
Shishutong authored
811 812 813 814 815 816 817 818 819 820 821 822 823 824
预期结果: {'msg': '专业名称不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '专业名称不能为空', 'code': 500, 'data': None}
test_add_specialty_04 (test_02_system_management.Test02Specialty)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>19</td>
                    <td class="Test02Specialty">Test02Specialty</td>
                    <td>test_add_specialty_05</td>
                    <td>专业名称长度不能大于30</td>
825
                    <td>1.09s</td>
Shishutong authored
826 827 828 829 830 831 832 833 834 835 836 837 838
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
839
                            <pre>用例入参:{'name': '专业大于301234567890专业大于301234567890', 'code': 'py_code16:36:14_5', 'departmentId': '1684482801791266817', 'category': 'science'}
Shishutong authored
840 841 842 843 844 845 846 847 848 849 850 851 852 853
预期结果: {'msg': '专业名称长度不能大于30', 'code': 500, 'data': None}
实际结果: {'msg': '专业名称长度不能大于30', 'code': 500, 'data': None}
test_add_specialty_05 (test_02_system_management.Test02Specialty)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>20</td>
                    <td class="Test02Specialty">Test02Specialty</td>
                    <td>test_add_specialty_06</td>
                    <td>新增专业失败,专业名称重复</td>
854
                    <td>1.24s</td>
Shishutong authored
855 856 857 858 859 860 861 862 863 864 865 866 867
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
868
                            <pre>用例入参:{'name': '第二个专业-2-1', 'code': 'py_code16:36:15_6', 'departmentId': '1684482801791266817', 'category': 'science'}
Shishutong authored
869 870 871 872 873 874 875 876 877 878 879 880 881 882
预期结果: {'msg': '专业名称已存在,请确认', 'code': 500, 'data': None}
实际结果: {'msg': '专业名称已存在,请确认', 'code': 500, 'data': None}
test_add_specialty_06 (test_02_system_management.Test02Specialty)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>21</td>
                    <td class="Test02Specialty">Test02Specialty</td>
                    <td>test_add_specialty_07</td>
                    <td>新增专业失败,专业代码重复</td>
883
                    <td>1.23s</td>
Shishutong authored
884 885 886 887 888 889 890 891 892 893 894 895 896
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
897
                            <pre>用例入参:{'name': 'py专业16:36:17_7', 'code': '12', 'departmentId': '1684482801791266817', 'category': 'science'}
Shishutong authored
898 899 900 901 902 903 904 905 906 907 908 909 910 911
预期结果: {'msg': '专业代码已存在,请确认', 'code': 500, 'data': None}
实际结果: {'msg': '专业代码已存在,请确认', 'code': 500, 'data': None}
test_add_specialty_07 (test_02_system_management.Test02Specialty)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>22</td>
                    <td class="Test02Specialty">Test02Specialty</td>
                    <td>test_add_specialty_08</td>
                    <td>新增专业失败,专业代码未填写</td>
912
                    <td>1.18s</td>
Shishutong authored
913 914 915 916 917 918 919 920 921 922 923 924 925
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
926
                            <pre>用例入参:{'name': 'py专业16:36:18_8', 'code': '', 'departmentId': '1684482801791266817', 'category': 'science'}
Shishutong authored
927 928 929 930 931 932 933 934 935 936 937 938 939 940
预期结果: {'msg': '专业代码不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '专业代码不能为空', 'code': 500, 'data': None}
test_add_specialty_08 (test_02_system_management.Test02Specialty)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>23</td>
                    <td class="Test02Specialty">Test02Specialty</td>
                    <td>test_add_specialty_09</td>
                    <td>新增专业失败,专业代码长度不能大于30</td>
941
                    <td>1.26s</td>
Shishutong authored
942 943 944 945 946 947 948 949 950 951 952 953 954
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
955
                            <pre>用例入参:{'name': 'py专业16:36:19_9', 'code': '专业代码大于301234567890专业大于301234567890', 'departmentId': '1684482801791266817', 'category': 'science'}
Shishutong authored
956 957 958 959 960 961 962 963 964 965 966 967 968 969
预期结果: {'msg': '专业代码长度不能大于30', 'code': 500, 'data': None}
实际结果: {'msg': '专业代码长度不能大于30', 'code': 500, 'data': None}
test_add_specialty_09 (test_02_system_management.Test02Specialty)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>24</td>
                    <td class="Test02Specialty">Test02Specialty</td>
                    <td>test_add_specialty_10</td>
                    <td>新增专业失败,学科门类未填写</td>
970
                    <td>1.06s</td>
Shishutong authored
971 972 973 974 975 976 977 978 979 980 981 982 983
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
984
                            <pre>用例入参:{'name': 'py专业16:36:20_10', 'code': 'py_code16:36:20_10', 'departmentId': '1684482801791266817', 'category': ''}
Shishutong authored
985 986 987 988 989 990 991 992 993 994 995 996 997 998
预期结果: {'msg': '学科门类不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '学科门类不能为空', 'code': 500, 'data': None}
test_add_specialty_10 (test_02_system_management.Test02Specialty)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>25</td>
                    <td class="Test02Specialty">Test02Specialty</td>
                    <td>test_add_specialty_11</td>
                    <td>新增专业失败,学科门类填写错误</td>
999
                    <td>1.09s</td>
Shishutong authored
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1013
                            <pre>用例入参:{'name': 'py专业16:36:21_11', 'code': 'py_code16:36:21_11', 'departmentId': '1684482801791266817', 'category': 'scienwce'}
Shishutong authored
1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027
预期结果: {'msg': '学科门类不存在', 'code': 500, 'data': None}
实际结果: {'msg': '学科门类不存在', 'code': 500, 'data': None}
test_add_specialty_11 (test_02_system_management.Test02Specialty)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>26</td>
                    <td class="Test02Specialty">Test02Specialty</td>
                    <td>test_add_specialty_12</td>
                    <td>新增专业成功</td>
1028
                    <td>1.0s</td>
Shishutong authored
1029
                    
1030
                        <td class="text-success">成功</td>
Shishutong authored
1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1042
                            <pre>用例入参:{'name': 'py专业16:36:22_12', 'code': 'py_code16:36:22_12', 'departmentId': '1684482801791266817', 'category': 'science'}
Shishutong authored
1043
预期结果: {'msg': 'success', 'code': 200, 'data': True}
1044 1045
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_specialty_12 (test_02_system_management.Test02Specialty)执行——>【通过】
Shishutong authored
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>27</td>
                    <td class="Test03Year">Test03Year</td>
                    <td>test_add_year_1</td>
                    <td>新增学年学期成功</td>
1057
                    <td>0.279s</td>
Shishutong authored
1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1071
                            <pre>用例入参:{'year': 'py学年16:36:24_1', 'remark': 'py_comment备注16:36:24_1', 'terms': [{'sort': 1, 'startTime': 1667376499000, 'endTime': 1704115459000}]}
Shishutong authored
1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_year_1 (test_02_system_management.Test03Year)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>28</td>
                    <td class="Test03Year">Test03Year</td>
                    <td>test_add_year_2</td>
                    <td>学年名称不可超过30字</td>
1086
                    <td>0.275s</td>
Shishutong authored
1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1100
                            <pre>用例入参:{'year': '1234567890123456789012345678901', 'remark': 'py_comment备注16:36:24_2', 'terms': [{'sort': 1, 'startTime': 1667376499000, 'endTime': 1704115459000}]}
Shishutong authored
1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114
预期结果: {'msg': '学年长度不可大于30位', 'code': 500, 'data': None}
实际结果: {'msg': '学年长度不可大于30位', 'code': 500, 'data': None}
test_add_year_2 (test_02_system_management.Test03Year)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>29</td>
                    <td class="Test03Year">Test03Year</td>
                    <td>test_add_year_3</td>
                    <td>学年学期开始时间和结束时间不可交叉</td>
1115
                    <td>0.292s</td>
Shishutong authored
1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1129
                            <pre>用例入参:{'year': 'py学年16:36:24_3', 'remark': 'py_comment备注16:36:24_3', 'terms': [{'sort': 1, 'startTime': 1667376499000, 'endTime': 1704115459000}, {'sort': 2, 'startTime': 1667376499000, 'endTime': 1704115459000}]}
Shishutong authored
1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143
预期结果: {'msg': '学期起止时间不能交叉', 'code': 500, 'data': None}
实际结果: {'msg': '学期起止时间不能交叉', 'code': 500, 'data': None}
test_add_year_3 (test_02_system_management.Test03Year)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>30</td>
                    <td class="Test03Year">Test03Year</td>
                    <td>test_add_year_4</td>
                    <td>学年未填写</td>
1144
                    <td>0.264s</td>
Shishutong authored
1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1158
                            <pre>用例入参:{'year': '', 'remark': 'py_comment备注16:36:25_4', 'terms': [{'sort': 1, 'startTime': 1667376499000, 'endTime': 1704115459000}]}
Shishutong authored
1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172
预期结果: {'msg': '学年不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '学年不能为空', 'code': 500, 'data': None}
test_add_year_4 (test_02_system_management.Test03Year)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>31</td>
                    <td class="Test03Year">Test03Year</td>
                    <td>test_add_year_5</td>
                    <td>学期未填写</td>
1173
                    <td>0.288s</td>
Shishutong authored
1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1187
                            <pre>用例入参:{'year': 'py学年16:36:25_5', 'remark': 'py_comment备注16:36:25_5', 'terms': [{'sort': '', 'startTime': 1667376499000, 'endTime': 1704115459000}]}
Shishutong authored
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201
预期结果: {'msg': '学期排序不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '学期排序不能为空', 'code': 500, 'data': None}
test_add_year_5 (test_02_system_management.Test03Year)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>32</td>
                    <td class="Test03Year">Test03Year</td>
                    <td>test_add_year_6</td>
                    <td>学期开始时间未填写</td>
1202
                    <td>0.284s</td>
Shishutong authored
1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1216
                            <pre>用例入参:{'year': 'py学年16:36:25_6', 'remark': 'py_comment备注16:36:25_6', 'terms': [{'sort': 1, 'startTime': '', 'endTime': 1704115459000}]}
Shishutong authored
1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230
预期结果: {'msg': '学期开始时间不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '学期开始时间不能为空', 'code': 500, 'data': None}
test_add_year_6 (test_02_system_management.Test03Year)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>33</td>
                    <td class="Test03Year">Test03Year</td>
                    <td>test_add_year_7</td>
                    <td>学期结束时间未填写</td>
1231
                    <td>0.286s</td>
Shishutong authored
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1245
                            <pre>用例入参:{'year': 'py学年16:36:25_7', 'remark': 'py_comment备注16:36:25_7', 'terms': [{'sort': 1, 'startTime': 1704115459000, 'endTime': ''}]}
Shishutong authored
1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259
预期结果: {'msg': '学期结束时间不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '学期结束时间不能为空', 'code': 500, 'data': None}
test_add_year_7 (test_02_system_management.Test03Year)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>34</td>
                    <td class="Test03Year">Test03Year</td>
                    <td>test_add_year_8</td>
                    <td>学期不可超过5个学期</td>
1260
                    <td>0.301s</td>
Shishutong authored
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1274
                            <pre>用例入参:{'year': 'py学年16:36:26_8', 'remark': 'py_comment备注16:36:26_8', 'terms': [{'sort': 1, 'startTime': 154632003000, 'endTime': 154882563000}, {'sort': 2, 'startTime': 154899843000, 'endTime': 155150403000}, {'sort': 3, 'startTime': 155141763000, 'endTime': 155392323000}, {'sort': 4, 'startTime': 155668803000, 'endTime': 155936643000}, {'sort': 5, 'startTime': 156195843000, 'endTime': 156463683000}]}
Shishutong authored
1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288
预期结果: {'msg': '学期应填写1-4个', 'code': 500, 'data': None}
实际结果: {'msg': '学期应填写1-4个', 'code': 500, 'data': None}
test_add_year_8 (test_02_system_management.Test03Year)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>35</td>
                    <td class="Test03Year">Test03Year</td>
                    <td>test_add_year_9</td>
                    <td>新增学年学期成功</td>
1289
                    <td>0.287s</td>
Shishutong authored
1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1303
                            <pre>用例入参:{'year': 'py学年16:36:26_9', 'remark': 'py_comment备注16:36:26_9', 'terms': [{'sort': 1, 'startTime': 1667376499000, 'endTime': 1704115459000}]}
Shishutong authored
1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_year_9 (test_02_system_management.Test03Year)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>36</td>
                    <td class="Test01Teacher">Test01Teacher</td>
                    <td>test_add_teacher_info_01</td>
                    <td>新增教师</td>
1318
                    <td>0.466s</td>
Shishutong authored
1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1332
                            <pre>用例入参:{'name': 'py自动化教师20230727_16:36:28_1', 'number': '15562951668', 'departmentIds': ['1684482801791266817'], 'phone': '15562951668', 'classInfoId': '', 'idType': 'identity_card', 'idNumber': '360101199908271113', 'gender': 0, 'entryTime': 1663084800000, 'email': '12647372741@163.com', 'professionalIds': [], 'roleIds': ['968160378070540291'], 'permissionScope': '1684482801791266817'}
Shishutong authored
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_teacher_info_01 (test_03_teaching_affairs.Test01Teacher)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>37</td>
                    <td class="Test01Teacher">Test01Teacher</td>
                    <td>test_add_teacher_info_02</td>
                    <td>教师姓名不能为空</td>
1347
                    <td>0.323s</td>
Shishutong authored
1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1361
                            <pre>用例入参:{'name': '', 'number': '13391528743', 'departmentIds': ['1684482801791266817'], 'phone': '13391528743', 'classInfoId': '', 'idType': 'identity_card', 'idNumber': '150101200101221613', 'gender': 0, 'entryTime': 1663084800000, 'email': '42847287579@163.com', 'professionalIds': [], 'roleIds': ['968160378070540291'], 'permissionScope': '1684482801791266817'}
Shishutong authored
1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375
预期结果: {'msg': '教师姓名不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '教师姓名不能为空', 'code': 500, 'data': None}
test_add_teacher_info_02 (test_03_teaching_affairs.Test01Teacher)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>38</td>
                    <td class="Test01Teacher">Test01Teacher</td>
                    <td>test_add_teacher_info_03</td>
                    <td>教师手机号不能为空</td>
1376
                    <td>0.297s</td>
Shishutong authored
1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1390
                            <pre>用例入参:{'name': 'py自动化教师20230727_16:36:28_3', 'number': '15533087390', 'departmentIds': ['1684482801791266817'], 'phone': '', 'classInfoId': '', 'idType': 'identity_card', 'idNumber': '530101200408131998', 'gender': 0, 'entryTime': 1663084800000, 'email': '94545424940@163.com', 'professionalIds': [], 'roleIds': ['968160378070540291'], 'permissionScope': '1684482801791266817'}
Shishutong authored
1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404
预期结果: {'msg': '教师手机号不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '教师手机号不能为空', 'code': 500, 'data': None}
test_add_teacher_info_03 (test_03_teaching_affairs.Test01Teacher)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>39</td>
                    <td class="Test01Teacher">Test01Teacher</td>
                    <td>test_add_teacher_info_04</td>
                    <td>教师证件类型不能为空</td>
1405
                    <td>0.537s</td>
Shishutong authored
1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435
                            <pre>test_add_teacher_info_04 (test_03_teaching_affairs.Test01Teacher)执行——>【错误Error】
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 79, in test_add_teacher_info
    case["data"] = case["data"].replace("#idNumber#", RandomIdentification().ran_end())
  File "/Users/shitou/工作/code/work/workAi/yxly/tools/fixture.py", line 110, in ran_end
    ran = self.ran_area() + self.ran() + self.ran_value()
  File "/Users/shitou/工作/code/work/workAi/yxly/tools/fixture.py", line 106, in ran_area
    return str(province[random.randint(0, len(province))] + '0101')
IndexError: tuple index out of range
================test_add_teacher_info_04 (test_03_teaching_affairs.Test01Teacher)重运行第1次================
用例入参:{'name': 'py自动化教师20230727_16:36:29_4', 'number': '17368524473', 'departmentIds': ['1684482801791266817'], 'phone': '17368524473', 'classInfoId': '', 'idType': '', 'idNumber': '210101201006161035', 'gender': 0, 'entryTime': 1663084800000, 'email': '42424033582@163.com', 'professionalIds': [], 'roleIds': ['968160378070540291'], 'permissionScope': '1684482801791266817'}
Shishutong authored
1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449
预期结果: {'msg': '教师证件类别不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '教师证件类别不能为空', 'code': 500, 'data': None}
test_add_teacher_info_04 (test_03_teaching_affairs.Test01Teacher)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>40</td>
                    <td class="Test01Teacher">Test01Teacher</td>
                    <td>test_add_teacher_info_05</td>
                    <td>教师证件号码不能为空</td>
1450
                    <td>0.29s</td>
Shishutong authored
1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1464
                            <pre>用例入参:{'name': 'py自动化教师20230727_16:36:29_5', 'number': '13691707199', 'departmentIds': ['1684482801791266817'], 'phone': '13691707199', 'classInfoId': '', 'idType': 'identity_card', 'idNumber': '', 'gender': 0, 'entryTime': 1663084800000, 'email': '79991598694@163.com', 'professionalIds': [], 'roleIds': ['968160378070540291'], 'permissionScope': '1684482801791266817'}
Shishutong authored
1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477
预期结果: {'msg': '教师证件号码不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '教师证件号码不能为空', 'code': 500, 'data': None}
test_add_teacher_info_05 (test_03_teaching_affairs.Test01Teacher)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>41</td>
                    <td class="Test01Teacher">Test01Teacher</td>
                    <td>test_add_teacher_info_06</td>
1478
                    <td>教师性别为空,添加成功</td>
1479
                    <td>0.468s</td>
Shishutong authored
1480
                    
1481
                        <td class="text-success">成功</td>
Shishutong authored
1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1493
                            <pre>用例入参:{'name': 'py自动化教师20230727_16:36:30_6', 'number': '13334344813', 'departmentIds': ['1684482801791266817'], 'phone': '13334344813', 'classInfoId': '', 'idType': 'identity_card', 'idNumber': '130101201712260700', 'gender': '', 'entryTime': 1663084800000, 'email': '82049986499@163.com', 'professionalIds': [], 'roleIds': ['968160378070540291'], 'permissionScope': '1684482801791266817'}
1494
预期结果: {'msg': 'success', 'code': 200, 'data': True}
Shishutong authored
1495
实际结果: {'msg': 'success', 'code': 200, 'data': True}
1496
test_add_teacher_info_06 (test_03_teaching_affairs.Test01Teacher)执行——>【通过】
Shishutong authored
1497 1498 1499 1500 1501 1502 1503 1504 1505 1506
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>42</td>
                    <td class="Test01Teacher">Test01Teacher</td>
                    <td>test_add_teacher_info_07</td>
1507
                    <td>教师入职时间为空,添加成功</td>
1508
                    <td>0.519s</td>
Shishutong authored
1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1522
                            <pre>用例入参:{'name': 'py自动化教师20230727_16:36:30_7', 'number': '17365900726', 'departmentIds': ['1684482801791266817'], 'phone': '17365900726', 'classInfoId': '', 'idType': 'identity_card', 'idNumber': '52010120110615111X', 'gender': 0, 'entryTime': '', 'email': '6519128624@163.com', 'professionalIds': [], 'roleIds': ['968160378070540291'], 'permissionScope': '1684482801791266817'}
Shishutong authored
1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_teacher_info_07 (test_03_teaching_affairs.Test01Teacher)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>43</td>
                    <td class="Test01Teacher">Test01Teacher</td>
                    <td>test_add_teacher_info_08</td>
1536
                    <td>教师邮箱为空,添加成功</td>
1537
                    <td>0.449s</td>
Shishutong authored
1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1551
                            <pre>用例入参:{'name': 'py自动化教师20230727_16:36:30_8', 'number': '13327267264', 'departmentIds': ['1684482801791266817'], 'phone': '13327267264', 'classInfoId': '', 'idType': 'identity_card', 'idNumber': '130101200601091065', 'gender': 0, 'entryTime': 1663084800000, 'email': '', 'professionalIds': [], 'roleIds': ['968160378070540291'], 'permissionScope': '1684482801791266817'}
Shishutong authored
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_teacher_info_08 (test_03_teaching_affairs.Test01Teacher)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>44</td>
                    <td class="Test01Teacher">Test01Teacher</td>
                    <td>test_add_teacher_info_09</td>
1565
                    <td>教师工号为空,添加成功</td>
1566
                    <td>0.411s</td>
Shishutong authored
1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1580
                            <pre>用例入参:{'name': 'py自动化教师20230727_16:36:31_9', 'number': '', 'departmentIds': ['1684482801791266817'], 'phone': '13618799835', 'classInfoId': '', 'idType': 'identity_card', 'idNumber': '410101200010011884', 'gender': 0, 'entryTime': 1663084800000, 'email': '19973371204@163.com', 'professionalIds': [], 'roleIds': ['968160378070540291'], 'permissionScope': '1684482801791266817'}
Shishutong authored
1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_teacher_info_09 (test_03_teaching_affairs.Test01Teacher)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>45</td>
                    <td class="Test01Teacher">Test01Teacher</td>
                    <td>test_add_teacher_info_10</td>
1594
                    <td>新增教师</td>
1595
                    <td>0.638s</td>
Shishutong authored
1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625
                            <pre>test_add_teacher_info_10 (test_03_teaching_affairs.Test01Teacher)执行——>【错误Error】
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_03_teaching_affairs.py", line 79, in test_add_teacher_info
    case["data"] = case["data"].replace("#idNumber#", RandomIdentification().ran_end())
  File "/Users/shitou/工作/code/work/workAi/yxly/tools/fixture.py", line 110, in ran_end
    ran = self.ran_area() + self.ran() + self.ran_value()
  File "/Users/shitou/工作/code/work/workAi/yxly/tools/fixture.py", line 106, in ran_area
    return str(province[random.randint(0, len(province))] + '0101')
IndexError: tuple index out of range
================test_add_teacher_info_10 (test_03_teaching_affairs.Test01Teacher)重运行第1次================
用例入参:{'name': 'py自动化教师20230727_16:36:31_10', 'number': '13357716067', 'departmentIds': ['1684482801791266817'], 'phone': '13357716067', 'classInfoId': '', 'idType': 'identity_card', 'idNumber': '130101201407080690', 'gender': 0, 'entryTime': 1663084800000, 'email': '68982713112@163.com', 'professionalIds': [], 'roleIds': ['968160378070540291'], 'permissionScope': '1684482801791266817'}
Shishutong authored
1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_teacher_info_10 (test_03_teaching_affairs.Test01Teacher)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
                    <td>46</td>
                    <td class="Test02Class">Test02Class</td>
                    <td>test_add_class_info_01</td>
                    <td>新增班级</td>
1640
                    <td>0.319s</td>
Shishutong authored
1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1654
                            <pre>用例入参:{'name': 'py自动化班级20230727_16:36:35_1', 'educationalSystem': '3', 'startSchoolYear': 2022, 'professionalId': '1684482863434952705', 'teacherId': '1684482899136868353', 'departmentId': '1684482801791266817', 'education': 'secondary'}
Shishutong authored
1655 1656 1657 1658 1659 1660 1661 1662 1663 1664
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_class_info_01 (test_03_teaching_affairs.Test02Class)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
1665
                    <td>47</td>
Shishutong authored
1666 1667 1668
                    <td class="Test02Class">Test02Class</td>
                    <td>test_add_class_info_02</td>
                    <td>班级名称已存在</td>
1669
                    <td>0.301s</td>
Shishutong authored
1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        

                            <pre>用例入参:{'name': '权限测试第一个班级-1-修改1', 'educationalSystem': '3', 'startSchoolYear': 2022, 'professionalId': '1607634271332593665', 'teacherId': '1607634326517051394', 'departmentId': '1607634257592053761', 'education': 'secondary'}
预期结果: {'msg': '该班级已存在,请确认', 'code': 500, 'data': None}
实际结果: {'msg': '该班级已存在,请确认', 'code': 500, 'data': None}
test_add_class_info_02 (test_03_teaching_affairs.Test02Class)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
1694
                    <td>48</td>
Shishutong authored
1695 1696 1697
                    <td class="Test02Class">Test02Class</td>
                    <td>test_add_class_info_03</td>
                    <td>学制填写错误,最多为10年</td>
1698
                    <td>0.288s</td>
Shishutong authored
1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1712
                            <pre>用例入参:{'name': 'py自动化班级20230727_16:36:35_3', 'educationalSystem': '11', 'startSchoolYear': 2022, 'professionalId': '1684482863434952705', 'teacherId': '1684482899136868353', 'departmentId': '1684482801791266817', 'education': 'secondary'}
Shishutong authored
1713 1714 1715 1716 1717 1718 1719 1720 1721 1722
预期结果: {'msg': '学制最多为10年', 'code': 500, 'data': None}
实际结果: {'msg': '学制最多为10年', 'code': 500, 'data': None}
test_add_class_info_03 (test_03_teaching_affairs.Test02Class)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
1723
                    <td>49</td>
Shishutong authored
1724 1725 1726
                    <td class="Test02Class">Test02Class</td>
                    <td>test_add_class_info_04</td>
                    <td>学制填写错误,最多为10年</td>
1727
                    <td>0.293s</td>
Shishutong authored
1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1741
                            <pre>用例入参:{'name': 'py自动化班级20230727_16:36:36_4', 'educationalSystem': '100', 'startSchoolYear': 2022, 'professionalId': '1684482863434952705', 'teacherId': '1684482899136868353', 'departmentId': '1684482801791266817', 'education': 'secondary'}
Shishutong authored
1742 1743 1744 1745 1746 1747 1748 1749 1750 1751
预期结果: {'msg': '学制最多为10年', 'code': 500, 'data': None}
实际结果: {'msg': '学制最多为10年', 'code': 500, 'data': None}
test_add_class_info_04 (test_03_teaching_affairs.Test02Class)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
1752
                    <td>50</td>
Shishutong authored
1753 1754 1755
                    <td class="Test02Class">Test02Class</td>
                    <td>test_add_class_info_05</td>
                    <td>入学年份未填写</td>
1756
                    <td>0.289s</td>
Shishutong authored
1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1770
                            <pre>用例入参:{'name': 'py自动化班级20230727_16:36:36_5', 'educationalSystem': '3', 'startSchoolYear': '', 'professionalId': '1684482863434952705', 'teacherId': '1684482899136868353', 'departmentId': '1684482801791266817', 'education': 'secondary'}
Shishutong authored
1771 1772 1773 1774 1775 1776 1777 1778 1779 1780
预期结果: {'msg': '入学年份不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '入学年份不能为空', 'code': 500, 'data': None}
test_add_class_info_05 (test_03_teaching_affairs.Test02Class)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
1781
                    <td>51</td>
Shishutong authored
1782 1783 1784
                    <td class="Test02Class">Test02Class</td>
                    <td>test_add_class_info_06</td>
                    <td>专业未填写</td>
1785
                    <td>0.281s</td>
Shishutong authored
1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1799
                            <pre>用例入参:{'name': 'py自动化班级20230727_16:36:36_6', 'educationalSystem': '3', 'startSchoolYear': 2022, 'professionalId': '', 'teacherId': '1684482899136868353', 'departmentId': '1684482801791266817', 'education': 'secondary'}
Shishutong authored
1800 1801 1802 1803 1804 1805 1806 1807 1808 1809
预期结果: {'msg': '所属专业不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '所属专业不能为空', 'code': 500, 'data': None}
test_add_class_info_06 (test_03_teaching_affairs.Test02Class)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
1810
                    <td>52</td>
Shishutong authored
1811 1812 1813
                    <td class="Test02Class">Test02Class</td>
                    <td>test_add_class_info_07</td>
                    <td>专业填写错误</td>
1814
                    <td>0.29s</td>
Shishutong authored
1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1828
                            <pre>用例入参:{'name': 'py自动化班级20230727_16:36:37_7', 'educationalSystem': '3', 'startSchoolYear': 2022, 'professionalId': '1607127381431545857', 'teacherId': '1684482899136868353', 'departmentId': '1684482801791266817', 'education': 'secondary'}
Shishutong authored
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838
预期结果: {'msg': '专业不存在', 'code': 500, 'data': None}
实际结果: {'msg': '专业不存在', 'code': 500, 'data': None}
test_add_class_info_07 (test_03_teaching_affairs.Test02Class)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
1839
                    <td>53</td>
Shishutong authored
1840 1841 1842
                    <td class="Test02Class">Test02Class</td>
                    <td>test_add_class_info_08</td>
                    <td>院系可以为空</td>
1843
                    <td>0.298s</td>
Shishutong authored
1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1857
                            <pre>用例入参:{'name': 'py自动化班级20230727_16:36:37_8', 'educationalSystem': '3', 'startSchoolYear': 2022, 'professionalId': '1684482863434952705', 'teacherId': '1684482899136868353', 'departmentId': '', 'education': 'secondary'}
Shishutong authored
1858 1859 1860 1861 1862 1863 1864 1865 1866 1867
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_class_info_08 (test_03_teaching_affairs.Test02Class)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
1868
                    <td>54</td>
Shishutong authored
1869 1870 1871
                    <td class="Test02Class">Test02Class</td>
                    <td>test_add_class_info_09</td>
                    <td>院系下没有该专业</td>
1872
                    <td>0.294s</td>
Shishutong authored
1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1886
                            <pre>用例入参:{'name': 'py自动化班级20230727_16:36:37_9', 'educationalSystem': '3', 'startSchoolYear': 2022, 'professionalId': '1526888155148289', 'teacherId': '1684482899136868353', 'departmentId': '1519960538489131009', 'education': 'secondary'}
Shishutong authored
1887 1888 1889 1890 1891 1892 1893 1894 1895 1896
预期结果: {'msg': '专业不存在', 'code': 500, 'data': None}
实际结果: {'msg': '专业不存在', 'code': 500, 'data': None}
test_add_class_info_09 (test_03_teaching_affairs.Test02Class)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
1897
                    <td>55</td>
Shishutong authored
1898 1899 1900
                    <td class="Test02Class">Test02Class</td>
                    <td>test_add_class_info_10</td>
                    <td>教师未填写,添加成功</td>
1901
                    <td>0.305s</td>
Shishutong authored
1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1915
                            <pre>用例入参:{'name': 'py自动化班级20230727_16:36:37_10', 'educationalSystem': '3', 'startSchoolYear': 2022, 'professionalId': '1684482863434952705', 'teacherId': '', 'departmentId': '1684482801791266817', 'education': 'secondary'}
Shishutong authored
1916 1917 1918 1919 1920 1921 1922 1923 1924 1925
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_class_info_10 (test_03_teaching_affairs.Test02Class)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
1926
                    <td>56</td>
Shishutong authored
1927 1928 1929
                    <td class="Test02Class">Test02Class</td>
                    <td>test_add_class_info_11</td>
                    <td>教师填写错误</td>
1930
                    <td>0.305s</td>
Shishutong authored
1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1944
                            <pre>用例入参:{'name': 'py自动化班级20230727_16:36:38_11', 'educationalSystem': '3', 'startSchoolYear': 2022, 'professionalId': '1684482863434952705', 'teacherId': '1607612806826909697', 'departmentId': '1684482801791266817', 'education': 'secondary'}
Shishutong authored
1945 1946 1947 1948 1949 1950 1951 1952 1953 1954
预期结果: {'msg': '教师不存在', 'code': 500, 'data': None}
实际结果: {'msg': '教师不存在', 'code': 500, 'data': None}
test_add_class_info_11 (test_03_teaching_affairs.Test02Class)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
1955
                    <td>57</td>
Shishutong authored
1956 1957 1958
                    <td class="Test02Class">Test02Class</td>
                    <td>test_add_class_info_12</td>
                    <td>新增班级</td>
1959
                    <td>0.337s</td>
Shishutong authored
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
1973
                            <pre>用例入参:{'name': 'py自动化班级20230727_16:36:38_12', 'educationalSystem': '3', 'startSchoolYear': 2022, 'professionalId': '1684482863434952705', 'teacherId': '1684482899136868353', 'departmentId': '1684482801791266817', 'education': 'secondary'}
Shishutong authored
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_class_info_12 (test_03_teaching_affairs.Test02Class)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
1984
                    <td>58</td>
Shishutong authored
1985 1986 1987
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_01</td>
                    <td>新增课程</td>
1988
                    <td>0.299s</td>
Shishutong authored
1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2002
                            <pre>用例入参:{'name': 'py自动化课程20230727_16:36:41_1', 'practiceTypeId': '1670630546881245185', 'departmentId': '1684482801791266817', 'credit': 3, 'property': 'elective', 'creditHour': '5', 'termIds': ['1684482875455827969'], 'professionalIds': ['1684482863434952705'], 'yearId': '49', 'code': '20230727_16:36:41'}
Shishutong authored
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_course_info_01 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2013
                    <td>59</td>
Shishutong authored
2014 2015 2016
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_02</td>
                    <td>课程名称不能为空</td>
2017
                    <td>0.279s</td>
Shishutong authored
2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2031
                            <pre>用例入参:{'name': '', 'practiceTypeId': '1670630546881245185', 'departmentId': '1684482801791266817', 'credit': 3, 'property': 'elective', 'creditHour': '5', 'termIds': ['1684482875455827969'], 'professionalIds': ['1684482863434952705'], 'yearId': '50', 'code': '20230727_16:36:41'}
Shishutong authored
2032 2033 2034 2035 2036 2037 2038 2039 2040 2041
预期结果: {'msg': '课程名称不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '课程名称不能为空', 'code': 500, 'data': None}
test_add_course_info_02 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2042
                    <td>60</td>
Shishutong authored
2043 2044 2045
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_03</td>
                    <td>课程名称不能超过30字</td>
2046
                    <td>0.282s</td>
Shishutong authored
2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2060
                            <pre>用例入参:{'name': '1234567890123456789012345678901', 'practiceTypeId': '1670630546881245185', 'departmentId': '1684482801791266817', 'credit': 3, 'property': 'elective', 'creditHour': '5', 'termIds': ['1684482875455827969'], 'professionalIds': ['1684482863434952705'], 'yearId': '51', 'code': '20230727_16:36:42'}
Shishutong authored
2061 2062 2063 2064 2065 2066 2067 2068 2069 2070
预期结果: {'msg': '课程名称不能超过30字', 'code': 500, 'data': None}
实际结果: {'msg': '课程名称不能超过30字', 'code': 500, 'data': None}
test_add_course_info_03 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2071
                    <td>61</td>
Shishutong authored
2072 2073 2074
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_04</td>
                    <td>实践类型不能为空</td>
2075
                    <td>0.287s</td>
Shishutong authored
2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2089
                            <pre>用例入参:{'name': 'py自动化课程20230727_16:36:42_4', 'practiceTypeId': '', 'departmentId': '1684482801791266817', 'credit': 3, 'property': 'elective', 'creditHour': '5', 'termIds': ['1684482875455827969'], 'professionalIds': ['1684482863434952705'], 'yearId': '52', 'code': '20230727_16:36:42'}
Shishutong authored
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099
预期结果: {'msg': '实践类型不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '实践类型不能为空', 'code': 500, 'data': None}
test_add_course_info_04 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2100
                    <td>62</td>
Shishutong authored
2101 2102 2103
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_05</td>
                    <td>院系不能为空</td>
2104
                    <td>0.291s</td>
Shishutong authored
2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2118
                            <pre>用例入参:{'name': 'py自动化课程20230727_16:36:42_5', 'practiceTypeId': '1670630546881245185', 'departmentId': '', 'credit': 3, 'property': 'elective', 'creditHour': '5', 'termIds': ['1684482875455827969'], 'professionalIds': ['1684482863434952705'], 'yearId': '53', 'code': '20230727_16:36:42'}
Shishutong authored
2119 2120 2121 2122 2123 2124 2125 2126 2127 2128
预期结果: {'msg': '院系不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '院系不能为空', 'code': 500, 'data': None}
test_add_course_info_05 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2129
                    <td>63</td>
Shishutong authored
2130 2131 2132
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_06</td>
                    <td>院系不能为空</td>
2133
                    <td>0.297s</td>
Shishutong authored
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2147
                            <pre>用例入参:{'name': 'py自动化课程20230727_16:36:42_6', 'practiceTypeId': '1670630546881245185', 'departmentId': '1519960228489131009', 'credit': 3, 'property': 'elective', 'creditHour': '5', 'termIds': ['1684482875455827969'], 'professionalIds': ['1684482863434952705'], 'yearId': '53', 'code': '20230727_16:36:42'}
Shishutong authored
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157
预期结果: {'msg': '院系不存在', 'code': 500, 'data': None}
实际结果: {'msg': '院系不存在', 'code': 500, 'data': None}
test_add_course_info_06 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2158
                    <td>64</td>
Shishutong authored
2159 2160 2161
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_07</td>
                    <td>学分不能为空</td>
2162
                    <td>0.288s</td>
Shishutong authored
2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2176
                            <pre>用例入参:{'name': 'py自动化课程20230727_16:36:43_7', 'practiceTypeId': '1670630546881245185', 'departmentId': '1684482801791266817', 'credit': '', 'property': 'elective', 'creditHour': '5', 'termIds': ['1684482875455827969'], 'professionalIds': ['1684482863434952705'], 'yearId': '54', 'code': '20230727_16:36:43'}
Shishutong authored
2177 2178 2179 2180 2181 2182 2183 2184 2185 2186
预期结果: {'msg': '学分不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '学分不能为空', 'code': 500, 'data': None}
test_add_course_info_07 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2187
                    <td>65</td>
Shishutong authored
2188 2189 2190
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_08</td>
                    <td>修读性质不能为空</td>
2191
                    <td>0.283s</td>
Shishutong authored
2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2205
                            <pre>用例入参:{'name': 'py自动化课程20230727_16:36:43_8', 'practiceTypeId': '1670630546881245185', 'departmentId': '1684482801791266817', 'credit': 3, 'property': '', 'creditHour': '5', 'termIds': ['1684482875455827969'], 'professionalIds': ['1684482863434952705'], 'yearId': '55', 'code': '20230727_16:36:43'}
Shishutong authored
2206 2207 2208 2209 2210 2211 2212 2213 2214 2215
预期结果: {'msg': '修读性质不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '修读性质不能为空', 'code': 500, 'data': None}
test_add_course_info_08 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2216
                    <td>66</td>
Shishutong authored
2217 2218 2219
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_09</td>
                    <td>修读性质填写错误</td>
2220
                    <td>0.29s</td>
Shishutong authored
2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2234
                            <pre>用例入参:{'name': 'py自动化课程20230727_16:36:43_9', 'practiceTypeId': '1670630546881245185', 'departmentId': '1684482801791266817', 'credit': 3, 'property': 'iiielectiveiiiii', 'creditHour': '5', 'termIds': ['1684482875455827969'], 'professionalIds': ['1684482863434952705'], 'yearId': '56', 'code': '20230727_16:36:43'}
Shishutong authored
2235 2236 2237 2238 2239 2240 2241 2242 2243 2244
预期结果: {'msg': '修读性质填写错误', 'code': 500, 'data': None}
实际结果: {'msg': '修读性质填写错误', 'code': 500, 'data': None}
test_add_course_info_09 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2245
                    <td>67</td>
Shishutong authored
2246 2247 2248
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_10</td>
                    <td>学时(周数)不能为空</td>
2249
                    <td>0.293s</td>
Shishutong authored
2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2263
                            <pre>用例入参:{'name': 'py自动化课程20230727_16:36:44_10', 'practiceTypeId': '1670630546881245185', 'departmentId': '1684482801791266817', 'credit': 3, 'property': 'elective', 'creditHour': '', 'termIds': ['1684482875455827969'], 'professionalIds': ['1684482863434952705'], 'yearId': '57', 'code': '20230727_16:36:44'}
Shishutong authored
2264 2265 2266 2267 2268 2269 2270 2271 2272 2273
预期结果: {'msg': '学时不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '学时不能为空', 'code': 500, 'data': None}
test_add_course_info_10 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2274
                    <td>68</td>
Shishutong authored
2275 2276 2277
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_11</td>
                    <td>学期不能为空</td>
2278
                    <td>0.283s</td>
Shishutong authored
2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2292
                            <pre>用例入参:{'name': 'py自动化课程20230727_16:36:44_11', 'practiceTypeId': '1670630546881245185', 'departmentId': '1684482801791266817', 'credit': 3, 'property': 'elective', 'creditHour': '5', 'termIds': [''], 'professionalIds': ['1684482863434952705'], 'yearId': '58', 'code': '20230727_16:36:44'}
Shishutong authored
2293 2294 2295 2296 2297 2298 2299 2300 2301 2302
预期结果: {'msg': '学期不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '学期不能为空', 'code': 500, 'data': None}
test_add_course_info_11 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2303
                    <td>69</td>
Shishutong authored
2304 2305 2306
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_12</td>
                    <td>专业不能为空</td>
2307
                    <td>0.293s</td>
Shishutong authored
2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2321
                            <pre>用例入参:{'name': 'py自动化课程20230727_16:36:44_12', 'practiceTypeId': '1670630546881245185', 'departmentId': '1684482801791266817', 'credit': 3, 'property': 'elective', 'creditHour': '5', 'termIds': ['1684482875455827969'], 'professionalIds': [''], 'yearId': '59', 'code': '20230727_16:36:44'}
Shishutong authored
2322 2323 2324 2325 2326 2327 2328 2329 2330 2331
预期结果: {'msg': '部分专业信息不存在', 'code': 500, 'data': None}
实际结果: {'msg': '部分专业信息不存在', 'code': 500, 'data': None}
test_add_course_info_12 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2332
                    <td>70</td>
Shishutong authored
2333 2334 2335
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_13</td>
                    <td>专业填写错误</td>
2336
                    <td>0.284s</td>
Shishutong authored
2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2350
                            <pre>用例入参:{'name': 'py自动化课程20230727_16:36:44_13', 'practiceTypeId': '1670630546881245185', 'departmentId': '1684482801791266817', 'credit': 3, 'property': 'elective', 'creditHour': '5', 'termIds': ['1684482875455827969'], 'professionalIds': ['1522136228155148289'], 'yearId': '60', 'code': '20230727_16:36:44'}
Shishutong authored
2351 2352 2353 2354 2355 2356 2357 2358 2359 2360
预期结果: {'msg': '部分专业信息不存在', 'code': 500, 'data': None}
实际结果: {'msg': '部分专业信息不存在', 'code': 500, 'data': None}
test_add_course_info_13 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2361
                    <td>71</td>
Shishutong authored
2362 2363 2364
                    <td class="Test03Course">Test03Course</td>
                    <td>test_add_course_info_14</td>
                    <td>新增课程</td>
2365
                    <td>0.281s</td>
Shishutong authored
2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2379
                            <pre>用例入参:{'name': 'py自动化课程20230727_16:36:45_14', 'practiceTypeId': '1670630546881245185', 'departmentId': '1684482801791266817', 'credit': 3, 'property': 'elective', 'creditHour': '5', 'termIds': ['1684482875455827969'], 'professionalIds': ['1684482863434952705'], 'yearId': '49', 'code': '20230727_16:36:45'}
Shishutong authored
2380 2381 2382 2383 2384 2385 2386 2387 2388 2389
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_course_info_14 (test_03_teaching_affairs.Test03Course)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2390
                    <td>72</td>
Shishutong authored
2391 2392 2393
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_01</td>
                    <td>新增学生成功</td>
2394
                    <td>0.403s</td>
Shishutong authored
2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2408
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:48_1', 'number': '20230727_16:36:48_1', 'phone': '13662538832', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': 'identity_card', 'idNumber': '510101200209010698', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '13645127856', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2409 2410 2411 2412 2413 2414 2415 2416 2417 2418
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_student_info_01 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2419
                    <td>73</td>
Shishutong authored
2420 2421 2422
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_02</td>
                    <td>学生姓名未填写失败</td>
2423
                    <td>0.285s</td>
Shishutong authored
2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2437
                            <pre>用例入参:{'name': '', 'number': '20230727_16:36:49_2', 'phone': '17371362043', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': 'identity_card', 'idNumber': '620101200009041604', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '17370585030', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2438 2439 2440 2441 2442 2443 2444 2445 2446 2447
预期结果: {'msg': '姓名不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '姓名不能为空', 'code': 500, 'data': None}
test_add_student_info_02 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2448
                    <td>74</td>
Shishutong authored
2449 2450 2451
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_03</td>
                    <td>学生学号未填写失败</td>
2452
                    <td>0.283s</td>
Shishutong authored
2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2466
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:49_3', 'number': '', 'phone': '17320942466', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': 'identity_card', 'idNumber': '370101200006211979', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '13309981195', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2467 2468 2469 2470 2471 2472 2473 2474 2475 2476
预期结果: {'msg': '学生学号不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '学生学号不能为空', 'code': 500, 'data': None}
test_add_student_info_03 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2477
                    <td>75</td>
Shishutong authored
2478 2479 2480
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_04</td>
                    <td>手机号未填写,添加成功</td>
2481
                    <td>0.34s</td>
Shishutong authored
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2495
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:49_4', 'number': '20230727_16:36:49_4', 'phone': '', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': 'identity_card', 'idNumber': '420101200603181645', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '13685957821', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2496 2497 2498 2499 2500 2501 2502 2503 2504 2505
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_student_info_04 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2506
                    <td>76</td>
Shishutong authored
2507 2508 2509
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_05</td>
                    <td>入学年份未填写,添加失败</td>
2510
                    <td>0.275s</td>
Shishutong authored
2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2524
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:50_5', 'number': '20230727_16:36:50_5', 'phone': '17336043603', 'startSchoolYear': '', 'classInfoId': '1684482925816836098', 'idType': 'identity_card', 'idNumber': '640101200007051570', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '17397909740', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2525 2526 2527 2528 2529 2530 2531 2532 2533 2534
预期结果: {'msg': '入学年份不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '入学年份不能为空', 'code': 500, 'data': None}
test_add_student_info_05 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2535
                    <td>77</td>
Shishutong authored
2536 2537 2538
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_06</td>
                    <td>班级未填写,添加失败</td>
2539
                    <td>0.286s</td>
Shishutong authored
2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2553
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:50_6', 'number': '20230727_16:36:50_6', 'phone': '13344123152', 'startSchoolYear': 2022, 'classInfoId': '', 'idType': 'identity_card', 'idNumber': '630101200307260743', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '13661264229', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2554 2555 2556 2557 2558 2559 2560 2561 2562 2563
预期结果: {'msg': '班级不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '班级不能为空', 'code': 500, 'data': None}
test_add_student_info_06 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2564
                    <td>78</td>
Shishutong authored
2565 2566 2567
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_07</td>
                    <td>证件类型和证件号码都没填写,添加成功</td>
2568
                    <td>0.301s</td>
Shishutong authored
2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2582
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:50_7', 'number': '20230727_16:36:50_7', 'phone': '15524267748', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': '', 'idNumber': '', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '17311118964', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2583 2584 2585 2586 2587 2588 2589 2590 2591 2592
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_student_info_07 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2593
                    <td>79</td>
Shishutong authored
2594 2595 2596
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_08</td>
                    <td>证件类型未填,证件号码填写,添加失败</td>
2597
                    <td>0.324s</td>
Shishutong authored
2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2611
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:51_8', 'number': '20230727_16:36:51_8', 'phone': '13375396194', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': '', 'idNumber': '320101201410041604', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '13369681312', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2612 2613 2614 2615 2616 2617 2618 2619 2620 2621
预期结果: {'msg': '证件类型未填,证件号码填写', 'code': 500, 'data': None}
实际结果: {'msg': '证件类型未填,证件号码填写', 'code': 500, 'data': None}
test_add_student_info_08 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2622
                    <td>80</td>
Shishutong authored
2623 2624 2625
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_09</td>
                    <td>证件类型填写,证件号码未填写,添加失败</td>
2626
                    <td>0.275s</td>
Shishutong authored
2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2640
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:51_9', 'number': '20230727_16:36:51_9', 'phone': '13615757503', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': 'identity_card', 'idNumber': '', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '13600685110', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650
预期结果: {'msg': '证件类型填写,证件号码未填写', 'code': 500, 'data': None}
实际结果: {'msg': '证件类型填写,证件号码未填写', 'code': 500, 'data': None}
test_add_student_info_09 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2651
                    <td>81</td>
Shishutong authored
2652 2653 2654
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_10</td>
                    <td>性别未填写,添加成功</td>
2655
                    <td>0.337s</td>
Shishutong authored
2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2669
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:51_10', 'number': '20230727_16:36:51_10', 'phone': '13629957047', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': 'identity_card', 'idNumber': '370101200103181660', 'gender': '', 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '17314483341', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2670 2671 2672 2673 2674 2675 2676 2677 2678 2679
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_student_info_10 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2680
                    <td>82</td>
Shishutong authored
2681 2682 2683
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_11</td>
                    <td>学籍状态未填写,添加成功</td>
2684
                    <td>0.329s</td>
Shishutong authored
2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2698
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:51_11', 'number': '20230727_16:36:51_11', 'phone': '13622540440', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': 'identity_card', 'idNumber': '510101201106110914', 'gender': 0, 'schoolCensusStatus': '', 'trainingOrientation': 'secondary', 'other': '13364914313', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2699 2700 2701 2702 2703 2704 2705 2706 2707 2708
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_student_info_11 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2709
                    <td>83</td>
Shishutong authored
2710 2711 2712
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_12</td>
                    <td>培养方向未填写,添加成功</td>
2713
                    <td>0.331s</td>
Shishutong authored
2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2727
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:52_12', 'number': '20230727_16:36:52_12', 'phone': '13642974986', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': 'identity_card', 'idNumber': '510101201002221556', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': '', 'other': '13340283281', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_student_info_12 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2738
                    <td>84</td>
Shishutong authored
2739 2740 2741
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_13</td>
                    <td>其他-备注未填写,添加成功</td>
2742
                    <td>0.334s</td>
Shishutong authored
2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2756
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:52_13', 'number': '20230727_16:36:52_13', 'phone': '15554497418', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': 'identity_card', 'idNumber': '420101201806130930', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2757 2758 2759 2760 2761 2762 2763 2764 2765 2766
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_student_info_13 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2767
                    <td>85</td>
Shishutong authored
2768 2769 2770
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_14</td>
                    <td>院系ID未填写,添加失败</td>
2771
                    <td>0.284s</td>
Shishutong authored
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2785
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:52_14', 'number': '20230727_16:36:52_14', 'phone': '13398318290', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': 'identity_card', 'idNumber': '530101200811231825', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '17307868186', 'departmentId': '', 'professionalId': '1684482863434952705'}
Shishutong authored
2786 2787 2788 2789 2790 2791 2792 2793 2794 2795
预期结果: {'msg': '院系不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '院系不能为空', 'code': 500, 'data': None}
test_add_student_info_14 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2796
                    <td>86</td>
Shishutong authored
2797 2798 2799
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_15</td>
                    <td>专业ID未填写添加失败</td>
2800
                    <td>0.272s</td>
Shishutong authored
2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2814
                            <pre>用例入参:{'name': 'py自动化学生20230727_16:36:53_15', 'number': '20230727_16:36:53_15', 'phone': '15575788569', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': 'identity_card', 'idNumber': '32010120131115040X', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '13383798864', 'departmentId': '1684482801791266817', 'professionalId': ''}
Shishutong authored
2815 2816 2817 2818 2819 2820 2821 2822 2823 2824
预期结果: {'msg': '专业不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '专业不能为空', 'code': 500, 'data': None}
test_add_student_info_15 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2825
                    <td>87</td>
Shishutong authored
2826 2827 2828
                    <td class="Test04Student">Test04Student</td>
                    <td>test_add_student_info_16</td>
                    <td>新增学生成功</td>
2829
                    <td>0.343s</td>
Shishutong authored
2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2843
                            <pre>用例入参:{'name': '认证py自动化学生20230727_16:36:53_16', 'number': '20230727_16:36:53_16', 'phone': '15588088625', 'startSchoolYear': 2022, 'classInfoId': '1684482925816836098', 'idType': 'identity_card', 'idNumber': '350101200502211544', 'gender': 0, 'schoolCensusStatus': 'not_duty', 'trainingOrientation': 'secondary', 'other': '13606729796', 'departmentId': '1684482801791266817', 'professionalId': '1684482863434952705'}
Shishutong authored
2844 2845 2846 2847 2848 2849 2850 2851 2852 2853
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_student_info_16 (test_03_teaching_affairs.Test04Student)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2854
                    <td>88</td>
Shishutong authored
2855 2856 2857
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_01</td>
                    <td>新增计划成功</td>
2858
                    <td>0.371s</td>
Shishutong authored
2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2872
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:36:58_1', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
2873 2874 2875 2876 2877 2878 2879 2880 2881 2882
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_plan_01 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2883
                    <td>89</td>
Shishutong authored
2884 2885 2886
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_02</td>
                    <td>计划名称不能为空</td>
2887
                    <td>0.292s</td>
Shishutong authored
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2901
                            <pre>用例入参:{'name': '', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '#purpose#', 'other': '#other#', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'markWay': 'hierarchy', 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
2902 2903 2904 2905 2906 2907 2908 2909 2910 2911
预期结果: {'msg': '名称不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '名称不能为空', 'code': 500, 'data': None}
test_add_plan_02 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2912
                    <td>90</td>
Shishutong authored
2913 2914 2915
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_03</td>
                    <td>计划名称不能大于30位</td>
2916
                    <td>0.3s</td>
Shishutong authored
2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2930
                            <pre>用例入参:{'name': '123456789012345678901234567890111', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940
预期结果: {'msg': '名称不能超过30', 'code': 500, 'data': None}
实际结果: {'msg': '名称不能超过30', 'code': 500, 'data': None}
test_add_plan_03 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2941
                    <td>91</td>
Shishutong authored
2942 2943 2944
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_04</td>
                    <td>课程不能为空</td>
2945
                    <td>0.284s</td>
Shishutong authored
2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2959
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:36:59_4', 'courseId': '', 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
2960 2961 2962 2963 2964 2965 2966 2967 2968 2969
预期结果: {'msg': '课程不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '课程不能为空', 'code': 500, 'data': None}
test_add_plan_04 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2970
                    <td>92</td>
Shishutong authored
2971 2972 2973
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_05</td>
                    <td>课程不存在</td>
2974
                    <td>0.34s</td>
Shishutong authored
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
2988
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:00_5', 'courseId': '1604221420761000', 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
2989 2990 2991 2992 2993 2994 2995 2996 2997 2998
预期结果: {'msg': '课程不存在', 'code': 500, 'data': None}
实际结果: {'msg': '课程不存在', 'code': 500, 'data': None}
test_add_plan_05 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
2999
                    <td>93</td>
Shishutong authored
3000 3001 3002
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_06</td>
                    <td>计划开始时间不能为空</td>
3003
                    <td>0.287s</td>
Shishutong authored
3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3017
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:00_6', 'courseId': 1684482953755095042, 'startTime': '', 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027
预期结果: {'msg': '开始时间不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '开始时间不能为空', 'code': 500, 'data': None}
test_add_plan_06 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3028
                    <td>94</td>
Shishutong authored
3029 3030 3031
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_07</td>
                    <td>计划结束时间不能为空</td>
3032
                    <td>0.274s</td>
Shishutong authored
3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3046
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:00_7', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': '', 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3047 3048 3049 3050 3051 3052 3053 3054 3055 3056
预期结果: {'msg': '结束时间不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '结束时间不能为空', 'code': 500, 'data': None}
test_add_plan_07 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3057
                    <td>95</td>
Shishutong authored
3058 3059 3060
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_08</td>
                    <td>实习目的为空,添加成功</td>
3061
                    <td>0.332s</td>
Shishutong authored
3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3075
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:01_8', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3076 3077 3078 3079 3080 3081 3082 3083 3084 3085
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_plan_08 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3086
                    <td>96</td>
Shishutong authored
3087 3088 3089
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_09</td>
                    <td>实习目的不能超过100位</td>
3090
                    <td>0.28s</td>
Shishutong authored
3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3104
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:01_9', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3105 3106 3107 3108 3109 3110 3111 3112 3113 3114
预期结果: {'msg': '实习目的不能超过100', 'code': 500, 'data': None}
实际结果: {'msg': '实习目的不能超过100', 'code': 500, 'data': None}
test_add_plan_09 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3115
                    <td>97</td>
Shishutong authored
3116 3117 3118
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_10</td>
                    <td>其他(备注)未填写,添加成功</td>
3119
                    <td>0.295s</td>
Shishutong authored
3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3133
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:01_10', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3134 3135 3136 3137 3138 3139 3140 3141 3142 3143
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_plan_10 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3144
                    <td>98</td>
Shishutong authored
3145 3146 3147
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_11</td>
                    <td>其他(备注)长度不能超过200位</td>
3148
                    <td>0.286s</td>
Shishutong authored
3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3162
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:01_11', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789011', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3163 3164 3165 3166 3167 3168 3169 3170 3171 3172
预期结果: {'msg': '其他(备注)长度不能超过200位', 'code': 500, 'data': None}
实际结果: {'msg': '其他(备注)长度不能超过200位', 'code': 500, 'data': None}
test_add_plan_11 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3173
                    <td>99</td>
Shishutong authored
3174 3175 3176
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_12</td>
                    <td>实习形式不能为空</td>
3177
                    <td>0.286s</td>
Shishutong authored
3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3191
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:02_12', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': [''], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3192 3193 3194 3195 3196 3197 3198 3199 3200 3201
预期结果: {'msg': '实习形式不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '实习形式不能为空', 'code': 500, 'data': None}
test_add_plan_12 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3202
                    <td>100</td>
Shishutong authored
3203 3204 3205
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_13</td>
                    <td>实习形式为集中,添加成功--集中</td>
3206
                    <td>0.389s</td>
Shishutong authored
3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3220
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:02_13', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3221 3222 3223 3224 3225 3226 3227 3228 3229 3230
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_plan_13 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3231
                    <td>101</td>
Shishutong authored
3232 3233 3234
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_14</td>
                    <td>实习形式为自主,添加成功--自主</td>
3235
                    <td>0.371s</td>
Shishutong authored
3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3249
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:02_14', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3250 3251 3252 3253 3254 3255 3256 3257 3258 3259
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_plan_14 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3260
                    <td>102</td>
Shishutong authored
3261 3262 3263
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_15</td>
                    <td>实习报告提交开始时间不能为空</td>
3264
                    <td>0.273s</td>
Shishutong authored
3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3278
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:03_15', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': '', 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3279 3280 3281 3282 3283 3284 3285 3286 3287 3288
预期结果: {'msg': '报告提交开始日期不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '报告提交开始日期不能为空', 'code': 500, 'data': None}
test_add_plan_15 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3289
                    <td>103</td>
Shishutong authored
3290 3291 3292
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_16</td>
                    <td>实习报告提交结束时间不能为空</td>
3293
                    <td>0.271s</td>
Shishutong authored
3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3307
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:03_16', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': '', 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3308 3309 3310 3311 3312 3313 3314 3315 3316 3317
预期结果: {'msg': '报告提交结束日期不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '报告提交结束日期不能为空', 'code': 500, 'data': None}
test_add_plan_16 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3318
                    <td>104</td>
Shishutong authored
3319 3320 3321
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_17</td>
                    <td>报告模块路径为空,添加成功</td>
3322
                    <td>0.304s</td>
Shishutong authored
3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3336
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:03_17', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3337 3338 3339 3340 3341 3342 3343 3344 3345 3346
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_plan_17 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3347
                    <td>105</td>
Shishutong authored
3348 3349 3350
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_18</td>
                    <td>实习内容为空,添加成功</td>
3351
                    <td>0.285s</td>
Shishutong authored
3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3365
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:04_18', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3366 3367 3368 3369 3370 3371 3372 3373 3374 3375
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_plan_18 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3376
                    <td>106</td>
Shishutong authored
3377 3378 3379
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_19</td>
                    <td>实习内容长度不能大于500位</td>
3380
                    <td>0.307s</td>
Shishutong authored
3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3394
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:04_19', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '2345678901234567890123456789012345678901234567890123456789012345678901234567890234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789023456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890112345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901111', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3395 3396 3397 3398 3399 3400 3401 3402 3403 3404
预期结果: {'msg': '实习内容长度不能超过500位', 'code': 500, 'data': None}
实际结果: {'msg': '实习内容长度不能超过500位', 'code': 500, 'data': None}
test_add_plan_19 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3405
                    <td>107</td>
Shishutong authored
3406 3407 3408
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_20</td>
                    <td>院系不能为空</td>
3409
                    <td>0.345s</td>
Shishutong authored
3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3423
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:04_20', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3424 3425 3426 3427 3428 3429 3430 3431 3432 3433
预期结果: {'msg': '院系不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '院系不能为空', 'code': 500, 'data': None}
test_add_plan_20 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3434
                    <td>108</td>
Shishutong authored
3435 3436 3437
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_21</td>
                    <td>专业填写为空,添加成功</td>
3438
                    <td>0.288s</td>
Shishutong authored
3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3452
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:05_21', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': [''], 'termId': 1684482875455827969}
Shishutong authored
3453 3454 3455 3456 3457 3458 3459 3460 3461 3462
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_plan_21 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3463
                    <td>109</td>
Shishutong authored
3464 3465 3466
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_22</td>
                    <td>学期不能为空</td>
3467
                    <td>0.369s</td>
Shishutong authored
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3481
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:05_22', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': ''}
Shishutong authored
3482 3483 3484 3485 3486 3487 3488 3489 3490 3491
预期结果: {'msg': '学期不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '学期不能为空', 'code': 500, 'data': None}
test_add_plan_22 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3492
                    <td>110</td>
Shishutong authored
3493 3494 3495
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_23</td>
                    <td>学期填写错误</td>
3496
                    <td>0.369s</td>
Shishutong authored
3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3510
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:05_23', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': '16404135152316418'}
Shishutong authored
3511 3512 3513 3514 3515 3516 3517 3518 3519 3520
预期结果: {'msg': '学期填写错误', 'code': 500, 'data': None}
实际结果: {'msg': '学期填写错误', 'code': 500, 'data': None}
test_add_plan_23 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3521
                    <td>111</td>
Shishutong authored
3522 3523 3524
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_24</td>
                    <td>新增计划成功</td>
3525
                    <td>0.367s</td>
Shishutong authored
3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3539
                            <pre>用例入参:{'name': 'py自动化计划20230727_16:37:06_24', 'courseId': 1684482953755095042, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '其他(备注)', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1630512000000, 'reportSubmitEndTime': 1727884800000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1684482801791266817', 'professionalIds': ['1684482863434952705'], 'termId': 1684482875455827969}
Shishutong authored
3540 3541 3542 3543 3544 3545 3546 3547 3548 3549
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_plan_24 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3550
                    <td>112</td>
Shishutong authored
3551 3552 3553
                    <td class="Test01addInternshipPlan">Test01addInternshipPlan</td>
                    <td>test_add_plan_25</td>
                    <td>创建计划,方便使用的数据,自主</td>
3554
                    <td>0.291s</td>
Shishutong authored
3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3568
                            <pre>用例入参:{'name': '石头py自动化计划20230727_16:37:06_25', 'courseId': 1519962553072062465, 'startTime': 1627747200000, 'endTime': 1735453543000, 'purpose': '实习目的py自动化', 'other': '石头使用数据', 'practiceFormList': ['centralize', 'oneself'], 'reportSubmitStartTime': 1672675200000, 'reportSubmitEndTime': 1706630400000, 'reportTemplate': '', 'content': '实习内容#content#', 'departmentId': '1519960493236785154', 'professionalIds': ['1519960725961936898'], 'termId': 1519962046194618369}
Shishutong authored
3569 3570 3571 3572 3573 3574 3575 3576 3577 3578
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_plan_25 (test_04_Internship_preparation.Test01addInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3579
                    <td>113</td>
Shishutong authored
3580 3581 3582
                    <td class="Test02publishInternshipPlan">Test02publishInternshipPlan</td>
                    <td>test_publish_plan_1</td>
                    <td>发布计划</td>
3583
                    <td>0.988s</td>
Shishutong authored
3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3597
                            <pre>用例入参:{'publishStatus': 'published', 'ids': [1684483042716176385]}
Shishutong authored
3598 3599 3600 3601 3602 3603 3604 3605 3606 3607
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_publish_plan_1 (test_04_Internship_preparation.Test02publishInternshipPlan)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3608
                    <td>114</td>
Shishutong authored
3609 3610 3611
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_01</td>
                    <td>新增项目成功--自主-(需要报名审核-允许自行填报企业信息)</td>
3612
                    <td>0.354s</td>
Shishutong authored
3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3626
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:10_1', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
3627 3628 3629 3630 3631 3632 3633 3634 3635 3636
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_project_01 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3637
                    <td>115</td>
Shishutong authored
3638 3639 3640
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_02</td>
                    <td>新增项目成功--自主-(需要报名审核-不允许自行填报企业信息)</td>
3641
                    <td>0.37s</td>
Shishutong authored
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3655
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:10_2', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'no', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_project_02 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3666
                    <td>116</td>
Shishutong authored
3667 3668 3669
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_03</td>
                    <td>新增项目成功--自主-(不需要报名审核-允许自行填报企业信息)</td>
3670
                    <td>0.361s</td>
Shishutong authored
3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3684
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:11_3', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'no', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
3685 3686 3687 3688 3689 3690 3691 3692 3693 3694
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_project_03 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3695
                    <td>117</td>
Shishutong authored
3696 3697 3698
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_04</td>
                    <td>新增项目成功--自主-(不需要报名审核-不允许自行填报企业信息)</td>
3699
                    <td>0.358s</td>
Shishutong authored
3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3713
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:11_4', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'no', 'oneselfFillCompanyInfo': 'no', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
3714 3715 3716 3717 3718 3719 3720 3721 3722 3723
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_project_04 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3724
                    <td>118</td>
Shishutong authored
3725 3726 3727
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_05</td>
                    <td>项目名称不能为空</td>
3728
                    <td>0.299s</td>
Shishutong authored
3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3742
                            <pre>用例入参:{'name': '', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752
预期结果: {'msg': '项目名称不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '项目名称不能为空', 'code': 500, 'data': None}
test_add_project_05 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3753
                    <td>119</td>
Shishutong authored
3754 3755 3756
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_06</td>
                    <td>项目名称不能大于30位</td>
3757
                    <td>0.288s</td>
Shishutong authored
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3771
                            <pre>用例入参:{'name': '1234567890123456789012345678901', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'jobIds': ['1635095176676659202']}
Shishutong authored
3772 3773 3774 3775 3776 3777 3778 3779 3780 3781
预期结果: {'msg': '名称不能超过30', 'code': 500, 'data': None}
实际结果: {'msg': '名称不能超过30', 'code': 500, 'data': None}
test_add_project_06 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3782
                    <td>120</td>
Shishutong authored
3783 3784 3785
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_07</td>
                    <td>实习计划不能为空</td>
3786
                    <td>0.282s</td>
Shishutong authored
3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3800
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:12_7', 'planId': '', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
3801 3802 3803 3804 3805 3806 3807 3808 3809 3810
预期结果: {'msg': '计划不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '计划不能为空', 'code': 500, 'data': None}
test_add_project_07 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3811
                    <td>121</td>
Shishutong authored
3812 3813 3814
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_08</td>
                    <td>实习计划不匹配</td>
3815
                    <td>0.3s</td>
Shishutong authored
3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3829
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:12_8', 'planId': '1610468261604655106', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
3830 3831 3832 3833 3834 3835 3836 3837 3838 3839
预期结果: {'msg': '计划信息不存在', 'code': 500, 'data': None}
实际结果: {'msg': '计划信息不存在', 'code': 500, 'data': None}
test_add_project_08 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3840
                    <td>122</td>
Shishutong authored
3841 3842 3843
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_09</td>
                    <td>实习形式不能为空</td>
3844
                    <td>0.308s</td>
Shishutong authored
3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3858
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:13_9', 'planId': '1684483042716176385', 'practiceForm': '', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
3859 3860 3861 3862 3863 3864 3865 3866 3867 3868
预期结果: {'msg': '实习形式不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '实习形式不能为空', 'code': 500, 'data': None}
test_add_project_09 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3869
                    <td>123</td>
Shishutong authored
3870 3871 3872
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_10</td>
                    <td>实习形式填写错误</td>
3873
                    <td>0.287s</td>
Shishutong authored
3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3887
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:13_10', 'planId': '1684483042716176385', 'practiceForm': 'onelf', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
3888 3889 3890 3891 3892 3893 3894 3895 3896 3897
预期结果: {'msg': '实习形式填写错误', 'code': 500, 'data': None}
实际结果: {'msg': '实习形式填写错误', 'code': 500, 'data': None}
test_add_project_10 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3898
                    <td>124</td>
Shishutong authored
3899 3900 3901
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_11</td>
                    <td>实习要求不填写,添加成功</td>
3902
                    <td>0.388s</td>
Shishutong authored
3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3916
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:13_11', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': '', 'requirement': '', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
3917 3918 3919 3920 3921 3922 3923 3924 3925 3926
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_project_11 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3927
                    <td>125</td>
Shishutong authored
3928 3929 3930
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_12</td>
                    <td>实习要求不能大于500</td>
3931
                    <td>0.292s</td>
Shishutong authored
3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3945
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:14_12', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
3946 3947 3948 3949 3950 3951 3952 3953 3954 3955
预期结果: {'msg': '实习要求不能超过500', 'code': 500, 'data': None}
实际结果: {'msg': '实习要求不能超过500', 'code': 500, 'data': None}
test_add_project_12 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3956
                    <td>126</td>
Shishutong authored
3957 3958 3959
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_13</td>
                    <td>实习开始时间不能为空</td>
3960
                    <td>0.333s</td>
Shishutong authored
3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
3974
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:14_13', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': '', 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
3975 3976 3977 3978 3979 3980 3981 3982 3983 3984
预期结果: {'msg': '实习开始时间不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '实习开始时间不能为空', 'code': 500, 'data': None}
test_add_project_13 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
3985
                    <td>127</td>
Shishutong authored
3986 3987 3988
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_14</td>
                    <td>实习结束时间不能为空</td>
3989
                    <td>0.301s</td>
Shishutong authored
3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4003
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:14_14', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': '', 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4004 4005 4006 4007 4008 4009 4010 4011 4012 4013
预期结果: {'msg': '实习结束时间不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '实习结束时间不能为空', 'code': 500, 'data': None}
test_add_project_14 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4014
                    <td>128</td>
Shishutong authored
4015 4016 4017
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_15</td>
                    <td>项目开始日期需早于项目结束日期</td>
4018
                    <td>0.305s</td>
Shishutong authored
4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4032
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:14_15', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1693557598000, 'endTime': 1662021598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4033 4034 4035 4036 4037 4038 4039 4040 4041 4042
预期结果: {'msg': '项目开始日期需早于项目结束日期', 'code': 500, 'data': None}
实际结果: {'msg': '项目开始日期需早于项目结束日期', 'code': 500, 'data': None}
test_add_project_15 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4043
                    <td>129</td>
Shishutong authored
4044 4045 4046
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_16</td>
                    <td>报名审核填写错误(后期在做修改,目前不做改动-0104)</td>
4047
                    <td>1.33s</td>
Shishutong authored
4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060
                    
                        <td class="text-warning">失败</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4061
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:15_16', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'nd', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086
预期结果: {'msg': '报名审核填写错误', 'code': 500, 'data': None}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_project_16 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【失败Failure】
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 294, in test_add_project
    raise e
  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

================test_add_project_16 (test_04_Internship_preparation.Test03addInternshipProject)重运行第1次================
4087
用例入参:{'name': 'py自动化项目20230727_16:37:15_16', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'nd', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112
预期结果: {'msg': '报名审核填写错误', 'code': 500, 'data': None}
实际结果: {'msg': '项目名称已存在', 'code': 500, 'data': None}
test_add_project_16 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【失败Failure】
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 294, in test_add_project
    raise e
  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: '报名审核填写错误' != '项目名称已存在'
- 报名审核填写错误
+ 项目名称已存在

================test_add_project_16 (test_04_Internship_preparation.Test03addInternshipProject)重运行第2次================
4113
用例入参:{'name': 'py自动化项目20230727_16:37:15_16', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'nd', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174
预期结果: {'msg': '报名审核填写错误', 'code': 500, 'data': None}
实际结果: {'msg': '项目名称已存在', 'code': 500, 'data': None}
test_add_project_16 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【失败】
</pre>
                        

                            <pre>Traceback (most recent call last):
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
</pre>
                        

                            <pre>  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
</pre>
                        

                            <pre>  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 294, in test_add_project
    raise e
</pre>
                        

                            <pre>  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'])
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual
    assertion_func(first, second, msg=msg)
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual
    self.fail(self._formatMessage(msg, standardMsg))
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail
    raise self.failureException(msg)
</pre>
                        

                            <pre>AssertionError: '报名审核填写错误' != '项目名称已存在'
- 报名审核填写错误
+ 项目名称已存在

</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4175
                    <td>130</td>
Shishutong authored
4176 4177 4178
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_17</td>
                    <td>报名审核不能为空(后期在做修改,目前不做改动-0104)</td>
4179
                    <td>1.23s</td>
Shishutong authored
4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192
                    
                        <td class="text-warning">失败</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4193
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:16_17', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': '', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218
预期结果: {'msg': '报名审核不能为空', 'code': 500, 'data': None}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_project_17 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【失败Failure】
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 294, in test_add_project
    raise e
  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

================test_add_project_17 (test_04_Internship_preparation.Test03addInternshipProject)重运行第1次================
4219
用例入参:{'name': 'py自动化项目20230727_16:37:16_17', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': '', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244
预期结果: {'msg': '报名审核不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '项目名称已存在', 'code': 500, 'data': None}
test_add_project_17 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【失败Failure】
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 294, in test_add_project
    raise e
  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: '报名审核不能为空' != '项目名称已存在'
- 报名审核不能为空
+ 项目名称已存在

================test_add_project_17 (test_04_Internship_preparation.Test03addInternshipProject)重运行第2次================
4245
用例入参:{'name': 'py自动化项目20230727_16:37:16_17', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': '', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306
预期结果: {'msg': '报名审核不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '项目名称已存在', 'code': 500, 'data': None}
test_add_project_17 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【失败】
</pre>
                        

                            <pre>Traceback (most recent call last):
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
</pre>
                        

                            <pre>  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
</pre>
                        

                            <pre>  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 294, in test_add_project
    raise e
</pre>
                        

                            <pre>  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'])
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual
    assertion_func(first, second, msg=msg)
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual
    self.fail(self._formatMessage(msg, standardMsg))
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail
    raise self.failureException(msg)
</pre>
                        

                            <pre>AssertionError: '报名审核不能为空' != '项目名称已存在'
- 报名审核不能为空
+ 项目名称已存在

</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4307
                    <td>131</td>
Shishutong authored
4308 4309 4310
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_18</td>
                    <td>自行填报企业信息填写错误(后期在做修改,目前不做改动-0104)</td>
4311
                    <td>1.25s</td>
Shishutong authored
4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324
                    
                        <td class="text-warning">失败</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4325
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:17_18', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'aow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350
预期结果: {'msg': '实习计划不匹配', 'code': 500, 'data': None}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_project_18 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【失败Failure】
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 294, in test_add_project
    raise e
  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

================test_add_project_18 (test_04_Internship_preparation.Test03addInternshipProject)重运行第1次================
4351
用例入参:{'name': 'py自动化项目20230727_16:37:17_18', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'aow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376
预期结果: {'msg': '实习计划不匹配', 'code': 500, 'data': None}
实际结果: {'msg': '项目名称已存在', 'code': 500, 'data': None}
test_add_project_18 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【失败Failure】
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 294, in test_add_project
    raise e
  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: '实习计划不匹配' != '项目名称已存在'
- 实习计划不匹配
+ 项目名称已存在

================test_add_project_18 (test_04_Internship_preparation.Test03addInternshipProject)重运行第2次================
4377
用例入参:{'name': 'py自动化项目20230727_16:37:17_18', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'aow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438
预期结果: {'msg': '实习计划不匹配', 'code': 500, 'data': None}
实际结果: {'msg': '项目名称已存在', 'code': 500, 'data': None}
test_add_project_18 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【失败】
</pre>
                        

                            <pre>Traceback (most recent call last):
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
</pre>
                        

                            <pre>  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
</pre>
                        

                            <pre>  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 294, in test_add_project
    raise e
</pre>
                        

                            <pre>  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'])
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual
    assertion_func(first, second, msg=msg)
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual
    self.fail(self._formatMessage(msg, standardMsg))
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail
    raise self.failureException(msg)
</pre>
                        

                            <pre>AssertionError: '实习计划不匹配' != '项目名称已存在'
- 实习计划不匹配
+ 项目名称已存在

</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4439
                    <td>132</td>
Shishutong authored
4440 4441 4442
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_19</td>
                    <td>自行填报企业信息不能为空(后期在做修改,目前不做改动-0104)</td>
4443
                    <td>1.25s</td>
Shishutong authored
4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456
                    
                        <td class="text-warning">失败</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4457
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:19_19', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': '', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482
预期结果: {'msg': '自行填报企业信息不能为空', 'code': 500, 'data': None}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_project_19 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【失败Failure】
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 294, in test_add_project
    raise e
  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

================test_add_project_19 (test_04_Internship_preparation.Test03addInternshipProject)重运行第1次================
4483
用例入参:{'name': 'py自动化项目20230727_16:37:19_19', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': '', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508
预期结果: {'msg': '自行填报企业信息不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '项目名称已存在', 'code': 500, 'data': None}
test_add_project_19 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【失败Failure】
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 294, in test_add_project
    raise e
  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: '自行填报企业信息不能为空' != '项目名称已存在'
- 自行填报企业信息不能为空
+ 项目名称已存在

================test_add_project_19 (test_04_Internship_preparation.Test03addInternshipProject)重运行第2次================
4509
用例入参:{'name': 'py自动化项目20230727_16:37:19_19', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': '', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570
预期结果: {'msg': '自行填报企业信息不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '项目名称已存在', 'code': 500, 'data': None}
test_add_project_19 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【失败】
</pre>
                        

                            <pre>Traceback (most recent call last):
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
</pre>
                        

                            <pre>  File "/Users/shitou/工作/code/work/workAi/yxly/common/myddt.py", line 145, in wrapper
    return func(self, *args, **kwargs)
</pre>
                        

                            <pre>  File "/Users/shitou/工作/code/work/workAi/yxly/testcase/test_04_Internship_preparation.py", line 294, in test_add_project
    raise e
</pre>
                        

                            <pre>  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'])
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual
    assertion_func(first, second, msg=msg)
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 1220, in assertMultiLineEqual
    self.fail(self._formatMessage(msg, standardMsg))
</pre>
                        

                            <pre>  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 680, in fail
    raise self.failureException(msg)
</pre>
                        

                            <pre>AssertionError: '自行填报企业信息不能为空' != '项目名称已存在'
- 自行填报企业信息不能为空
+ 项目名称已存在

</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4571
                    <td>133</td>
Shishutong authored
4572 4573 4574
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_20</td>
                    <td>参与学生不能为空</td>
4575
                    <td>0.328s</td>
Shishutong authored
4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4589
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:20_20', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': [], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4590 4591 4592 4593 4594 4595 4596 4597 4598 4599
预期结果: {'msg': '参与学生不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '参与学生不能为空', 'code': 500, 'data': None}
test_add_project_20 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4600
                    <td>134</td>
Shishutong authored
4601 4602 4603
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_21</td>
                    <td>参与学生填写错误</td>
4604
                    <td>0.333s</td>
Shishutong authored
4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4618
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:20_21', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['160468861604655106'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4619 4620 4621 4622 4623 4624 4625 4626 4627 4628
预期结果: {'msg': '学生信息不正确', 'code': 500, 'data': None}
实际结果: {'msg': '学生信息不正确', 'code': 500, 'data': None}
test_add_project_21 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4629
                    <td>135</td>
Shishutong authored
4630 4631 4632
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_22</td>
                    <td>关联指定老师不填写,添加成功</td>
4633
                    <td>0.393s</td>
Shishutong authored
4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4647
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:21_22', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': ''}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4648 4649 4650 4651 4652 4653 4654 4655 4656 4657
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_project_22 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4658
                    <td>136</td>
Shishutong authored
4659 4660 4661
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_23</td>
                    <td>关联指定老师填写错误</td>
4662
                    <td>0.315s</td>
Shishutong authored
4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4676
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:21_23', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 16104688616046551}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4677 4678 4679 4680 4681 4682 4683 4684 4685 4686
预期结果: {'msg': '关联指定老师填写错误', 'code': 500, 'data': None}
实际结果: {'msg': '关联指定老师填写错误', 'code': 500, 'data': None}
test_add_project_23 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4687
                    <td>137</td>
Shishutong authored
4688 4689 4690
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_24</td>
                    <td>推荐岗位不能为空</td>
4691
                    <td>0.373s</td>
Shishutong authored
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4705
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:21_24', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '', 'type': 'base'}]}
Shishutong authored
4706 4707 4708 4709 4710 4711 4712 4713 4714 4715
预期结果: {'msg': '推荐岗位填写错误', 'code': 500, 'data': None}
实际结果: {'msg': '推荐岗位填写错误', 'code': 500, 'data': None}
test_add_project_24 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4716
                    <td>138</td>
Shishutong authored
4717 4718 4719
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_25</td>
                    <td>推荐岗位填写错误</td>
4720
                    <td>0.347s</td>
Shishutong authored
4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4734
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:22_25', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1610460061604655106', 'type': 'base'}]}
Shishutong authored
4735 4736 4737 4738 4739 4740 4741 4742 4743 4744
预期结果: {'msg': '推荐岗位填写错误', 'code': 500, 'data': None}
实际结果: {'msg': '推荐岗位填写错误', 'code': 500, 'data': None}
test_add_project_25 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4745
                    <td>139</td>
Shishutong authored
4746 4747 4748
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_26</td>
                    <td>新增项目成功--自主-(需要报名审核-允许自行填报企业信息)</td>
4749
                    <td>0.382s</td>
Shishutong authored
4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4763
                            <pre>用例入参:{'name': 'py自动化项目20230727_16:37:22_26', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1662021598000, 'endTime': 1693557598000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1684482988915945473'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4764 4765 4766 4767 4768 4769 4770 4771 4772 4773
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_project_26 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4774
                    <td>140</td>
Shishutong authored
4775 4776 4777
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_27</td>
                    <td>创建项目,方便使用的数据</td>
4778
                    <td>0.38s</td>
Shishutong authored
4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4792
                            <pre>用例入参:{'name': '石头1py自动化项目20230727_16:37:22_27', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1672588800000, 'endTime': 1704038399000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1519965286978138113'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4793 4794 4795 4796 4797 4798 4799 4800 4801 4802
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_project_27 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4803
                    <td>141</td>
Shishutong authored
4804 4805 4806
                    <td class="Test03addInternshipProject">Test03addInternshipProject</td>
                    <td>test_add_project_28</td>
                    <td>创建项目,方便使用的数据</td>
4807
                    <td>0.368s</td>
Shishutong authored
4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4821
                            <pre>用例入参:{'name': '石头2py自动化项目20230727_16:37:23_28', 'planId': '1684483042716176385', 'practiceForm': 'oneself', 'joinWay': 'need', 'requirement': '实习要求', 'startTime': 1672588800000, 'endTime': 1704038399000, 'applyStartTime': '', 'applyEndTime': '', 'applyAudit': 'need', 'oneselfFillCompanyInfo': 'allow', 'participantList': [{'studentIds': ['1519965286978138113'], 'teacherId': 1684482899136868353}], 'projectJobList': [{'jobId': '1635095176676659202', 'type': 'base'}]}
Shishutong authored
4822 4823 4824 4825 4826 4827 4828 4829 4830 4831
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_add_project_28 (test_04_Internship_preparation.Test03addInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4832
                    <td>142</td>
Shishutong authored
4833 4834 4835
                    <td class="Test04publishInternshipProject">Test04publishInternshipProject</td>
                    <td>test_publish_plan_1</td>
                    <td>发布项目</td>
4836
                    <td>1.35s</td>
Shishutong authored
4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4850
                            <pre>用例入参:{'publishStatus': 'published', 'ids': [1684483113306312705]}
Shishutong authored
4851 4852 4853 4854 4855 4856 4857 4858 4859 4860
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test_publish_plan_1 (test_04_Internship_preparation.Test04publishInternshipProject)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4861
                    <td>143</td>
Shishutong authored
4862 4863 4864
                    <td class="Test01SelectAllPractice">Test01SelectAllPractice</td>
                    <td>test01select_allpatice_1</td>
                    <td>查看全部实习</td>
4865
                    <td>0.718s</td>
Shishutong authored
4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        

                            <pre>用例入参:{'pageNumber': '1', 'pageSize': '3', 'publishStatus': 'published'}
预期结果: {'msg': 'success', 'code': 200, 'data': True}
4881
实际结果: {'msg': 'success', 'code': 200, 'data': {'records': [{'id': '1684483113331478529', 'schoolId': '1519958566130257922', 'number': '', 'studentId': '1519965286978138113', 'tenantId': None, 'planId': '1684483042716176385', 'projectId': '1684483113306312705', 'companyId': None, 'jobId': None, 'teacherId': '1684482899136868353', 'score': None, 'level': '', 'credit': None, 'submitTime': None, 'status': 'apply', 'teacherView': '', 'companyView': '', 'createdBy': '1519959209276452865', 'createdTime': 1690447045000, 'updatedBy': '1519959209276452865', 'updatedTime': 1690447047000, 'applyTime': 1690447047000, 'receiveStatus': 'wait', 'auditTeacherId': None, 'auditTime': None, 'classInfoId': '1529753099302903809', 'studentName': '173学生', 'studentNumber': '173', 'studentPhone': '17301249973', 'teacherName': 'py自动化教师20230727_16:36:31_10', 'projectName': '石头2py自动化项目20230727_16:37:23_28', 'startTime': 1672588800000, 'endTime': 1704038399000, 'applyStartTime': None, 'applyEndTime': None, 'planName': '石头py自动化计划20230727_16:37:06_25', 'practiceForm': 'oneself', 'jobName': '', 'companyName': '', 'departmentName': '第一院系-1-修改1', 'professionalName': '第一个专业-1-1-修改', 'startSchoolYear': 2022, 'classInfo': '班级0526', 'schoolTerm': '2019-2022/第1学期', 'signUpStatus': 'running', 'jobDetail': None, 'recommendJobs': [{'id': '1635095176676659202', 'name': '石头自动化专用-勿动-基地', 'company': '棕熊自动化(深圳)企业', 'workSite': '晋商联合大厦', 'contactName': '石头', 'contactPhone': '17301249973', 'category': '', 'provinceCode': '110000', 'province': '北京市', 'cityCode': '110100', 'city': '市辖区', 'districtCode': '110106', 'district': '丰台区', 'source': 'school', 'jobType': '', 'firstCategory': '产品', 'secondCategory': '高端产品职位', 'thirdCategory': '产品总监', 'contacts': [], 'workAddrs': []}], 'projectDetail': {'id': '1684483113306312705', 'name': '石头2py自动化项目20230727_16:37:23_28', 'startTime': 1672588800000, 'endTime': 1704038399000, 'requirement': '实习要求', 'applyStartTime': None, 'applyEndTime': None, 'oneselfFillCompanyInfo': 'allow', 'practiceForm': 'oneself', 'joinWay': '', 'status': 'running'}, 'auditTeacherName': '', 'lastForm': None, 'formStatus': '', 'entryAttachments': None}, {'id': '1684482474597699586', 'schoolId': '1519958566130257922', 'number': 'CSDX-2023072700004', 'studentId': '1519965286978138113', 'tenantId': None, 'planId': '1684482397380562945', 'projectId': '1684482474576728066', 'companyId': '1635094831636434945', 'jobId': '1635095176676659202', 'teacherId': '1684381929086251010', 'score': None, 'level': '', 'credit': None, 'submitTime': None, 'status': 'pass', 'teacherView': '', 'companyView': '', 'createdBy': '1519959209276452865', 'createdTime': 1690446893000, 'updatedBy': '1519959209276452865', 'updatedTime': 1690446901000, 'applyTime': 1690446898000, 'receiveStatus': 'received', 'auditTeacherId': '1519959209276452865', 'auditTime': 1690446901000, 'classInfoId': '1529753099302903809', 'studentName': '173学生', 'studentNumber': '173', 'studentPhone': '17301249973', 'teacherName': 'py自动化教师20230727_09:55:19_10', 'projectName': '石头1py自动化项目20230727_16:34:52_27', 'startTime': 1672588800000, 'endTime': 1704038399000, 'applyStartTime': None, 'applyEndTime': None, 'planName': '石头py自动化计划20230727_16:34:34_25', 'practiceForm': 'oneself', 'jobName': '石头自动化专用-勿动-基地', 'companyName': '棕熊自动化(深圳)企业', 'departmentName': '第一院系-1-修改1', 'professionalName': '第一个专业-1-1-修改', 'startSchoolYear': 2022, 'classInfo': '班级0526', 'schoolTerm': '2019-2022/第1学期', 'signUpStatus': 'running', 'jobDetail': {'id': '1635095176676659202', 'name': '石头自动化专用-勿动-基地', 'company': '棕熊自动化(深圳)企业', 'workSite': '晋商联合大厦', 'contactName': '石头', 'contactPhone': '17301249973', 'category': '', 'provinceCode': '110000', 'province': '北京市', 'cityCode': '110100', 'city': '市辖区', 'districtCode': '110106', 'district': '丰台区', 'source': 'school', 'jobType': 'base', 'firstCategory': '产品', 'secondCategory': '高端产品职位', 'thirdCategory': '产品总监', 'contacts': [], 'workAddrs': []}, 'recommendJobs': [{'id': '1635095176676659202', 'name': '石头自动化专用-勿动-基地', 'company': '棕熊自动化(深圳)企业', 'workSite': '晋商联合大厦', 'contactName': '石头', 'contactPhone': '17301249973', 'category': '', 'provinceCode': '110000', 'province': '北京市', 'cityCode': '110100', 'city': '市辖区', 'districtCode': '110106', 'district': '丰台区', 'source': 'school', 'jobType': '', 'firstCategory': '产品', 'secondCategory': '高端产品职位', 'thirdCategory': '产品总监', 'contacts': [], 'workAddrs': []}], 'projectDetail': {'id': '1684482474576728066', 'name': '石头1py自动化项目20230727_16:34:52_27', 'startTime': 1672588800000, 'endTime': 1704038399000, 'requirement': '实习要求', 'applyStartTime': None, 'applyEndTime': None, 'oneselfFillCompanyInfo': 'allow', 'practiceForm': 'oneself', 'joinWay': '', 'status': 'running'}, 'auditTeacherName': '校长', 'lastForm': None, 'formStatus': 'running', 'entryAttachments': None}, {'id': '1684481127466946562', 'schoolId': '1519958566130257922', 'number': 'CSDX-2023072700003', 'studentId': '1519965286978138113', 'tenantId': None, 'planId': '1684481062643978242', 'projectId': '1684481127441780737', 'companyId': '1635094831636434945', 'jobId': '1635095176676659202', 'teacherId': '1684381929086251010', 'score': None, 'level': '', 'credit': None, 'submitTime': None, 'status': 'pass', 'teacherView': '', 'companyView': '', 'createdBy': '1519959209276452865', 'createdTime': 1690446572000, 'updatedBy': '1519959209276452865', 'updatedTime': 1690446579000, 'applyTime': 1690446577000, 'receiveStatus': 'received', 'auditTeacherId': '1519959209276452865', 'auditTime': 1690446579000, 'classInfoId': '1529753099302903809', 'studentName': '173学生', 'studentNumber': '173', 'studentPhone': '17301249973', 'teacherName': 'py自动化教师20230727_09:55:19_10', 'projectName': '石头1py自动化项目20230727_16:29:31_27', 'startTime': 1672588800000, 'endTime': 1704038399000, 'applyStartTime': None, 'applyEndTime': None, 'planName': 'py自动化计划20230727_16:29:16_24', 'practiceForm': 'oneself', 'jobName': '石头自动化专用-勿动-基地', 'companyName': '棕熊自动化(深圳)企业', 'departmentName': '第一院系-1-修改1', 'professionalName': '第一个专业-1-1-修改', 'startSchoolYear': 2022, 'classInfo': '班级0526', 'schoolTerm': 'py学年16:28:38_9/第1学期', 'signUpStatus': 'running', 'jobDetail': {'id': '1635095176676659202', 'name': '石头自动化专用-勿动-基地', 'company': '棕熊自动化(深圳)企业', 'workSite': '晋商联合大厦', 'contactName': '石头', 'contactPhone': '17301249973', 'category': '', 'provinceCode': '110000', 'province': '北京市', 'cityCode': '110100', 'city': '市辖区', 'districtCode': '110106', 'district': '丰台区', 'source': 'school', 'jobType': 'base', 'firstCategory': '产品', 'secondCategory': '高端产品职位', 'thirdCategory': '产品总监', 'contacts': [], 'workAddrs': []}, 'recommendJobs': [{'id': '1635095176676659202', 'name': '石头自动化专用-勿动-基地', 'company': '棕熊自动化(深圳)企业', 'workSite': '晋商联合大厦', 'contactName': '石头', 'contactPhone': '17301249973', 'category': '', 'provinceCode': '110000', 'province': '北京市', 'cityCode': '110100', 'city': '市辖区', 'districtCode': '110106', 'district': '丰台区', 'source': 'school', 'jobType': '', 'firstCategory': '产品', 'secondCategory': '高端产品职位', 'thirdCategory': '产品总监', 'contacts': [], 'workAddrs': []}], 'projectDetail': {'id': '1684481127441780737', 'name': '石头1py自动化项目20230727_16:29:31_27', 'startTime': 1672588800000, 'endTime': 1704038399000, 'requirement': '实习要求', 'applyStartTime': None, 'applyEndTime': None, 'oneselfFillCompanyInfo': 'allow', 'practiceForm': 'oneself', 'joinWay': '', 'status': 'running'}, 'auditTeacherName': '校长', 'lastForm': None, 'formStatus': 'running', 'entryAttachments': None}], 'total': 279, 'size': 3, 'current': 1, 'orders': [], 'optimizeCountSql': True, 'searchCount': True, 'countId': '', 'maxLimit': None, 'pages': 93}}
Shishutong authored
4882 4883 4884 4885 4886 4887 4888 4889
test01select_allpatice_1 (test_05_student_practice.Test01SelectAllPractice)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4890
                    <td>144</td>
Shishutong authored
4891 4892 4893
                    <td class="Test02StudentApply">Test02StudentApply</td>
                    <td>test01student_apply_1</td>
                    <td>学生提交报名岗位</td>
4894
                    <td>0.392s</td>
Shishutong authored
4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        

                            <pre>用例入参:{'jobId': '1635095176676659202'}
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test01student_apply_1 (test_05_student_practice.Test02StudentApply)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4919
                    <td>145</td>
Shishutong authored
4920 4921 4922
                    <td class="Test01SelectApplyAuditList">Test01SelectApplyAuditList</td>
                    <td>test01select_wait_list_1</td>
                    <td>查看学校报名审核-待审核</td>
4923
                    <td>0.56s</td>
Shishutong authored
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        

                            <pre>用例入参:{'pageNumber': '1', 'pageSize': '5', 'status': 'wait'}
预期结果: {'msg': 'success', 'code': 200, 'data': True}
4939
实际结果: {'msg': 'success', 'code': 200, 'data': {'records': [{'id': '1684483113331478529', 'schoolId': '1519958566130257922', 'number': '', 'studentId': '1519965286978138113', 'tenantId': None, 'planId': '1684483042716176385', 'projectId': '1684483113306312705', 'companyId': '1635094831636434945', 'jobId': '1635095176676659202', 'teacherId': '1684482899136868353', 'score': None, 'level': '', 'credit': None, 'submitTime': None, 'status': 'wait', 'teacherView': '', 'companyView': '', 'createdBy': '1519959209276452865', 'createdTime': 1690447045000, 'updatedBy': '1519959209276452865', 'updatedTime': 1690447050000, 'applyTime': 1690447050000, 'receiveStatus': 'wait', 'auditTeacherId': None, 'auditTime': None, 'classInfoId': '1529753099302903809', 'studentName': '173学生', 'studentNumber': '173', 'studentPhone': '17301249973', 'teacherName': 'py自动化教师20230727_16:36:31_10', 'projectName': '石头2py自动化项目20230727_16:37:23_28', 'startTime': 1672588800000, 'endTime': 1704038399000, 'applyStartTime': None, 'applyEndTime': None, 'planName': '石头py自动化计划20230727_16:37:06_25', 'practiceForm': 'oneself', 'jobName': '石头自动化专用-勿动-基地', 'companyName': '棕熊自动化(深圳)企业', 'departmentName': '第一院系-1-修改1', 'professionalName': '第一个专业-1-1-修改', 'startSchoolYear': 2022, 'classInfo': '班级0526', 'schoolTerm': '2019-2022/第1学期', 'signUpStatus': 'running', 'jobDetail': {'id': '1635095176676659202', 'name': '石头自动化专用-勿动-基地', 'company': '棕熊自动化(深圳)企业', 'workSite': '晋商联合大厦', 'contactName': '石头', 'contactPhone': '17301249973', 'category': '', 'provinceCode': '110000', 'province': '北京市', 'cityCode': '110100', 'city': '市辖区', 'districtCode': '110106', 'district': '丰台区', 'source': 'school', 'jobType': 'base', 'firstCategory': '产品', 'secondCategory': '高端产品职位', 'thirdCategory': '产品总监', 'contacts': [], 'workAddrs': []}, 'recommendJobs': [{'id': '1635095176676659202', 'name': '石头自动化专用-勿动-基地', 'company': '棕熊自动化(深圳)企业', 'workSite': '晋商联合大厦', 'contactName': '石头', 'contactPhone': '17301249973', 'category': '', 'provinceCode': '110000', 'province': '北京市', 'cityCode': '110100', 'city': '市辖区', 'districtCode': '110106', 'district': '丰台区', 'source': 'school', 'jobType': '', 'firstCategory': '产品', 'secondCategory': '高端产品职位', 'thirdCategory': '产品总监', 'contacts': [], 'workAddrs': []}], 'projectDetail': {'id': '1684483113306312705', 'name': '石头2py自动化项目20230727_16:37:23_28', 'startTime': 1672588800000, 'endTime': 1704038399000, 'requirement': '实习要求', 'applyStartTime': None, 'applyEndTime': None, 'oneselfFillCompanyInfo': 'allow', 'practiceForm': 'oneself', 'joinWay': '', 'status': 'running'}, 'auditTeacherName': '', 'lastForm': None, 'formStatus': '', 'entryAttachments': None}, {'id': '1679735818962620417', 'schoolId': '1519958566130257922', 'number': '', 'studentId': '1519965286978138113', 'tenantId': '886345973050118144', 'planId': '1679679572272238593', 'projectId': '1679735818924871681', 'companyId': '886668227705311232', 'jobId': '899673104911962112', 'teacherId': None, 'score': None, 'level': '', 'credit': None, 'submitTime': None, 'status': 'wait', 'teacherView': '', 'companyView': '', 'createdBy': '1519964139617890305', 'createdTime': 1689315202000, 'updatedBy': '1519964139617890305', 'updatedTime': 1689315235000, 'applyTime': 1689315235000, 'receiveStatus': 'wait', 'auditTeacherId': None, 'auditTime': None, 'classInfoId': '1529753099302903809', 'studentName': '173学生', 'studentNumber': '173', 'studentPhone': '17301249973', 'teacherName': '', 'projectName': '专业-平台管理员创建0714-5', 'startTime': 1688227200000, 'endTime': 1693411199000, 'applyStartTime': None, 'applyEndTime': None, 'planName': '专业管理员创建计划-0714', 'practiceForm': 'oneself', 'jobName': '高级技术产品经理s', 'companyName': '新华测试', 'departmentName': '第一院系-1-修改1', 'professionalName': '第一个专业-1-1-修改', 'startSchoolYear': 2022, 'classInfo': '班级0526', 'schoolTerm': '121212/第1学期', 'signUpStatus': 'running', 'jobDetail': {'id': '899673104911962112', 'name': '高级技术产品经理s', 'company': '新华测试', 'workSite': '', 'contactName': '', 'contactPhone': '', 'category': '', 'provinceCode': '', 'province': '', 'cityCode': '', 'city': '', 'districtCode': '', 'district': '', 'source': '', 'jobType': 'platform', 'firstCategory': '产品', 'secondCategory': '产品经理', 'thirdCategory': '网页产品经理', 'contacts': [], 'workAddrs': [{'address': '天启大厦', 'city': '市辖区', 'cityCode': '110100', 'district': '朝阳区', 'districtCode': '110105', 'isRegionAbroad': 'n', 'lng': '116.47658100', 'ltg': '39.98587200', 'province': '北京市', 'provinceCode': '110000', 'id': '', 'positionId': ''}]}, 'recommendJobs': [], 'projectDetail': {'id': '1679735818924871681', 'name': '专业-平台管理员创建0714-5', 'startTime': 1688227200000, 'endTime': 1693411199000, 'requirement': '', 'applyStartTime': None, 'applyEndTime': None, 'oneselfFillCompanyInfo': 'allow', 'practiceForm': 'oneself', 'joinWay': '', 'status': 'running'}, 'auditTeacherName': '', 'lastForm': None, 'formStatus': '', 'entryAttachments': None}, {'id': '1679034756815409154', 'schoolId': '1519958566130257922', 'number': '', 'studentId': '1519965286978138113', 'tenantId': None, 'planId': '1679034288924020737', 'projectId': '1679034756693774337', 'companyId': '1579691925068705793', 'jobId': '1673876079842185217', 'teacherId': None, 'score': None, 'level': '', 'credit': None, 'submitTime': None, 'status': 'wait', 'teacherView': '', 'companyView': '', 'createdBy': '1519959209276452865', 'createdTime': 1689148056000, 'updatedBy': '1519959209276452865', 'updatedTime': 1689149373000, 'applyTime': 1689149373000, 'receiveStatus': 'wait', 'auditTeacherId': None, 'auditTime': None, 'classInfoId': '1529753099302903809', 'studentName': '173学生', 'studentNumber': '173', 'studentPhone': '17301249973', 'teacherName': '', 'projectName': '实习项目-0712-1', 'startTime': 1688140800000, 'endTime': 1696089599000, 'applyStartTime': None, 'applyEndTime': None, 'planName': '计划名称0712-1', 'practiceForm': 'oneself', 'jobName': '风风科技有限公司', 'companyName': '华晨宝马汽车有限公司', 'departmentName': '第一院系-1-修改1', 'professionalName': '第一个专业-1-1-修改', 'startSchoolYear': 2022, 'classInfo': '班级0526', 'schoolTerm': '121212/第1学期', 'signUpStatus': 'running', 'jobDetail': {'id': '1673876079842185217', 'name': '风风科技有限公司', 'company': '华晨宝马汽车有限公司', 'workSite': '晋商联合大厦', 'contactName': '明澍', 'contactPhone': '17301249974', 'category': '', 'provinceCode': '110000', 'province': '北京市', 'cityCode': '110100', 'city': '市辖区', 'districtCode': '110106', 'district': '丰台区', 'source': 'school', 'jobType': 'base', 'firstCategory': '产品', 'secondCategory': '高端产品职位', 'thirdCategory': '产品总监', 'contacts': [], 'workAddrs': []}, 'recommendJobs': [{'id': '1673876079842185217', 'name': '风风科技有限公司', 'company': '华晨宝马汽车有限公司', 'workSite': '晋商联合大厦', 'contactName': '明澍', 'contactPhone': '17301249974', 'category': '', 'provinceCode': '110000', 'province': '北京市', 'cityCode': '110100', 'city': '市辖区', 'districtCode': '110106', 'district': '丰台区', 'source': 'school', 'jobType': '', 'firstCategory': '产品', 'secondCategory': '高端产品职位', 'thirdCategory': '产品总监', 'contacts': [], 'workAddrs': []}], 'projectDetail': {'id': '1679034756693774337', 'name': '实习项目-0712-1', 'startTime': 1688140800000, 'endTime': 1696089599000, 'requirement': '', 'applyStartTime': None, 'applyEndTime': None, 'oneselfFillCompanyInfo': 'allow', 'practiceForm': 'oneself', 'joinWay': '', 'status': 'running'}, 'auditTeacherName': '', 'lastForm': None, 'formStatus': '', 'entryAttachments': None}, {'id': '1672911993314758657', 'schoolId': '1519958566130257922', 'number': '', 'studentId': '1519965286978138113', 'tenantId': '886345973050118144', 'planId': '1669598933867057154', 'projectId': '1672911993289592833', 'companyId': '886668227705311232', 'jobId': '889592060833697792', 'teacherId': None, 'score': None, 'level': '', 'credit': None, 'submitTime': None, 'status': 'wait', 'teacherView': '', 'companyView': '', 'createdBy': '1519959209276452865', 'createdTime': 1687688275000, 'updatedBy': '1519959209276452865', 'updatedTime': 1687688928000, 'applyTime': 1687688928000, 'receiveStatus': 'wait', 'auditTeacherId': None, 'auditTime': None, 'classInfoId': '1529753099302903809', 'studentName': '173学生', 'studentNumber': '173', 'studentPhone': '17301249973', 'teacherName': '', 'projectName': '截图', 'startTime': 1685635200000, 'endTime': 1689868799000, 'applyStartTime': None, 'applyEndTime': None, 'planName': '新华网测试-电子签0616-1', 'practiceForm': 'oneself', 'jobName': '销售助理', 'companyName': '新华测试', 'departmentName': '第一院系-1-修改1', 'professionalName': '第一个专业-1-1-修改', 'startSchoolYear': 2022, 'classInfo': '班级0526', 'schoolTerm': '121212/第1学期', 'signUpStatus': 'done', 'jobDetail': {'id': '889592060833697792', 'name': '销售助理', 'company': '新华测试', 'workSite': '', 'contactName': '', 'contactPhone': '', 'category': '', 'provinceCode': '', 'province': '', 'cityCode': '', 'city': '', 'districtCode': '', 'district': '', 'source': '', 'jobType': 'platform', 'firstCategory': '旅游', 'secondCategory': '旅游服务', 'thirdCategory': '旅游服务', 'contacts': [], 'workAddrs': []}, 'recommendJobs': [], 'projectDetail': {'id': '1672911993289592833', 'name': '截图', 'startTime': 1685635200000, 'endTime': 1689868799000, 'requirement': '实习要求', 'applyStartTime': None, 'applyEndTime': None, 'oneselfFillCompanyInfo': 'allow', 'practiceForm': 'oneself', 'joinWay': '', 'status': 'done'}, 'auditTeacherName': '', 'lastForm': None, 'formStatus': '', 'entryAttachments': None}], 'total': 4, 'size': 5, 'current': 1, 'orders': [], 'optimizeCountSql': True, 'searchCount': True, 'countId': '', 'maxLimit': None, 'pages': 1}}
Shishutong authored
4940 4941 4942 4943 4944 4945 4946 4947
test01select_wait_list_1 (test_06_internship_manage.Test01SelectApplyAuditList)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4948
                    <td>146</td>
Shishutong authored
4949 4950 4951
                    <td class="Test02SchoolAudit">Test02SchoolAudit</td>
                    <td>test01audit_1</td>
                    <td>审核成功(学校)</td>
4952
                    <td>1.44s</td>
Shishutong authored
4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4966
                            <pre>用例入参:{'formIds': ['1684483113331478529'], 'status': 'pass'}
Shishutong authored
4967 4968 4969 4970 4971 4972 4973 4974 4975 4976
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test01audit_1 (test_06_internship_manage.Test02SchoolAudit)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
4977
                    <td>147</td>
Shishutong authored
4978 4979 4980
                    <td class="Test05StudentIntenship">Test05StudentIntenship</td>
                    <td>test01student_start_intenship_time_1</td>
                    <td>学生填写开始实习时间成功</td>
4981
                    <td>1.23s</td>
Shishutong authored
4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
4995
                            <pre>用例入参:{'formId': '1684483145296269313', 'type': 'start', 'formStartTime': 1678616294000, 'wage': '520', 'companyContactName': '指导老师', 'companyContactPhone': '17300000173'}
Shishutong authored
4996 4997 4998 4999 5000 5001 5002 5003 5004 5005
预期结果: {'msg': 'success', 'code': 200}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test01student_start_intenship_time_1 (test_06_internship_manage.Test05StudentIntenship)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5006
                    <td>148</td>
Shishutong authored
5007 5008 5009
                    <td class="Test06SchoolSelectApply">Test06SchoolSelectApply</td>
                    <td>test01audit_1</td>
                    <td>实习申请审核成功(学校)</td>
5010
                    <td>1.02s</td>
Shishutong authored
5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        

                            <pre>用例入参:{'status': 'passed'}
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test01audit_1 (test_06_internship_manage.Test06SchoolSelectApply)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5035
                    <td>149</td>
Shishutong authored
5036 5037 5038
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_01</td>
                    <td>学生填写-(日志)-日志标题不能为空</td>
5039
                    <td>1.09s</td>
Shishutong authored
5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5053
                            <pre>用例入参:{'formId': '1684483145296269313', 'category': 'daily', 'content': '日志内容20230727_16:37:34', 'logTime': 1676017169146}
Shishutong authored
5054 5055 5056 5057 5058 5059 5060 5061 5062 5063
预期结果: {'msg': '标题不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '标题不能为空', 'code': 500, 'data': None}
test01student_write_log_01 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5064
                    <td>150</td>
Shishutong authored
5065 5066 5067
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_02</td>
                    <td>学生填写-(日志)-日志标题不能超过30位</td>
5068
                    <td>1.13s</td>
Shishutong authored
5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5082
                            <pre>用例入参:{'formId': '1684483145296269313', 'category': 'daily', 'title': '1234567890123456789012345678901234567890', 'content': '日志内容20230727_16:37:35', 'logTime': 1676017169146}
Shishutong authored
5083 5084 5085 5086 5087 5088 5089 5090 5091 5092
预期结果: {'msg': '标题不能超过30', 'code': 500, 'data': None}
实际结果: {'msg': '标题不能超过30', 'code': 500, 'data': None}
test01student_write_log_02 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5093
                    <td>151</td>
Shishutong authored
5094 5095 5096
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_03</td>
                    <td>学生填写-(日志)-实习单不存在</td>
5097
                    <td>1.11s</td>
Shishutong authored
5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5111
                            <pre>用例入参:{'formId': '162871607913443329', 'category': 'daily', 'title': '1234567890', 'content': '日志内容20230727_16:37:36', 'logTime': 1676017169146}
Shishutong authored
5112 5113 5114 5115 5116 5117 5118 5119 5120 5121
预期结果: {'msg': '实习单信息不存在!', 'code': 500, 'data': None}
实际结果: {'msg': '实习单信息不存在!', 'code': 500, 'data': None}
test01student_write_log_03 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5122
                    <td>152</td>
Shishutong authored
5123 5124 5125
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_04</td>
                    <td>学生填写-(日志)-实习单不能为空</td>
5126
                    <td>1.46s</td>
Shishutong authored
5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5140
                            <pre>用例入参:{'formId': '', 'category': 'daily', 'title': '1234567890', 'content': '日志内容20230727_16:37:38', 'logTime': 1676017169146}
Shishutong authored
5141 5142 5143 5144 5145 5146 5147 5148 5149 5150
预期结果: {'msg': '实习单号不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '实习单号不能为空', 'code': 500, 'data': None}
test01student_write_log_04 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5151
                    <td>153</td>
Shishutong authored
5152 5153 5154
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_05</td>
                    <td>学生填写-(日志)-周日志种类不能为空</td>
5155
                    <td>1.49s</td>
Shishutong authored
5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5169
                            <pre>用例入参:{'formId': '1684483145296269313', 'category': '', 'title': '1234567890', 'content': '日志内容20230727_16:37:39', 'logTime': 1676017169146}
Shishutong authored
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179
预期结果: {'msg': '日志类别非法!', 'code': 500, 'data': None}
实际结果: {'msg': '日志类别非法!', 'code': 500, 'data': None}
test01student_write_log_05 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5180
                    <td>154</td>
Shishutong authored
5181 5182 5183
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_06</td>
                    <td>学生填写-(日志)-周日志时间不能为空</td>
5184
                    <td>1.18s</td>
Shishutong authored
5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5198
                            <pre>用例入参:{'formId': '1684483145296269313', 'category': 'daily', 'title': '日志标题20230727_16:37:41', 'content': '日志内容20230727_16:37:41', 'logTime': ''}
Shishutong authored
5199 5200 5201 5202 5203 5204 5205 5206 5207 5208
预期结果: {'msg': '日志时间不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '日志时间不能为空', 'code': 500, 'data': None}
test01student_write_log_06 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5209
                    <td>155</td>
Shishutong authored
5210 5211 5212
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_07</td>
                    <td>学生填写-(周志)-周志标题不能为空</td>
5213
                    <td>1.24s</td>
Shishutong authored
5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5227
                            <pre>用例入参:{'formId': '1684483145296269313', 'category': 'weekly', 'content': '周志内容20230727_16:37:42', 'logTime': 1676017169146}
Shishutong authored
5228 5229 5230 5231 5232 5233 5234 5235 5236 5237
预期结果: {'msg': '标题不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '标题不能为空', 'code': 500, 'data': None}
test01student_write_log_07 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5238
                    <td>156</td>
Shishutong authored
5239 5240 5241
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_08</td>
                    <td>学生填写-(周志)-周志标题不能超过30位</td>
5242
                    <td>1.15s</td>
Shishutong authored
5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5256
                            <pre>用例入参:{'formId': '1684483145296269313', 'category': 'weekly', 'title': '1234567890123456789012345678901234567890', 'content': '周志内容20230727_16:37:43', 'logTime': 1676017169146}
Shishutong authored
5257 5258 5259 5260 5261 5262 5263 5264 5265 5266
预期结果: {'msg': '标题不能超过30', 'code': 500, 'data': None}
实际结果: {'msg': '标题不能超过30', 'code': 500, 'data': None}
test01student_write_log_08 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5267
                    <td>157</td>
Shishutong authored
5268 5269 5270
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_09</td>
                    <td>学生填写-周志)-实习单不存在</td>
5271
                    <td>1.13s</td>
Shishutong authored
5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5285
                            <pre>用例入参:{'formId': '162871607913443329', 'category': 'weekly', 'title': '1234567890', 'content': '周志内容20230727_16:37:44', 'logTime': 1676017169146}
Shishutong authored
5286 5287 5288 5289 5290 5291 5292 5293 5294 5295
预期结果: {'msg': '实习单信息不存在!', 'code': 500, 'data': None}
实际结果: {'msg': '实习单信息不存在!', 'code': 500, 'data': None}
test01student_write_log_09 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5296
                    <td>158</td>
Shishutong authored
5297 5298 5299
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_10</td>
                    <td>学生填写-(周志)-实习单不能为空</td>
5300
                    <td>1.1s</td>
Shishutong authored
5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5314
                            <pre>用例入参:{'category': 'weekly', 'title': '1234567890', 'content': '周志内容20230727_16:37:45', 'logTime': 1676017169146}
Shishutong authored
5315 5316 5317 5318 5319 5320 5321 5322 5323 5324
预期结果: {'msg': '实习单号不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '实习单号不能为空', 'code': 500, 'data': None}
test01student_write_log_10 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5325
                    <td>159</td>
Shishutong authored
5326 5327 5328
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_11</td>
                    <td>学生填写-(周志)-周日志种类不能为空</td>
5329
                    <td>1.15s</td>
Shishutong authored
5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5343
                            <pre>用例入参:{'formId': '1684483145296269313', 'title': '1234567890', 'content': '周志内容20230727_16:37:46', 'logTime': 1676017169146}
Shishutong authored
5344 5345 5346 5347 5348 5349 5350 5351 5352 5353
预期结果: {'msg': '日志类别非法!', 'code': 500, 'data': None}
实际结果: {'msg': '日志类别非法!', 'code': 500, 'data': None}
test01student_write_log_11 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5354
                    <td>160</td>
Shishutong authored
5355 5356 5357
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_12</td>
                    <td>学生填写-(周志)-周日志时间不能为空</td>
5358
                    <td>1.08s</td>
Shishutong authored
5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5372
                            <pre>用例入参:{'formId': '1684483145296269313', 'category': 'weekly', 'title': '日志标题20230727_16:37:47', 'content': '日志内容20230727_16:37:47', 'logTime': ''}
Shishutong authored
5373 5374 5375 5376 5377 5378 5379 5380 5381 5382
预期结果: {'msg': '日志时间不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '日志时间不能为空', 'code': 500, 'data': None}
test01student_write_log_12 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5383
                    <td>161</td>
Shishutong authored
5384 5385 5386
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_13</td>
                    <td>学生填写-(月志)-月志标题不能为空</td>
5387
                    <td>1.19s</td>
Shishutong authored
5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5401
                            <pre>用例入参:{'formId': '1684483145296269313', 'category': 'monthly', 'content': '周志内容20230727_16:37:49', 'logTime': 1676017169146}
Shishutong authored
5402 5403 5404 5405 5406 5407 5408 5409 5410 5411
预期结果: {'msg': '标题不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '标题不能为空', 'code': 500, 'data': None}
test01student_write_log_13 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5412
                    <td>162</td>
Shishutong authored
5413 5414 5415
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_14</td>
                    <td>学生填写-(月志)-月志标题不能超过30位</td>
5416
                    <td>1.25s</td>
Shishutong authored
5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5430
                            <pre>用例入参:{'formId': '1684483145296269313', 'category': 'monthly', 'title': '1234567890123456789012345678901234567890', 'content': '周志内容20230727_16:37:50', 'logTime': 1676017169146}
Shishutong authored
5431 5432 5433 5434 5435 5436 5437 5438 5439 5440
预期结果: {'msg': '标题不能超过30', 'code': 500, 'data': None}
实际结果: {'msg': '标题不能超过30', 'code': 500, 'data': None}
test01student_write_log_14 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5441
                    <td>163</td>
Shishutong authored
5442 5443 5444
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_15</td>
                    <td>学生填写-(月志)-实习单不存在</td>
5445
                    <td>1.19s</td>
Shishutong authored
5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5459
                            <pre>用例入参:{'formId': '162871607913443329', 'category': 'monthly', 'title': '1234567890', 'content': '周志内容20230727_16:37:51', 'logTime': 1676017169146}
Shishutong authored
5460 5461 5462 5463 5464 5465 5466 5467 5468 5469
预期结果: {'msg': '实习单信息不存在!', 'code': 500, 'data': None}
实际结果: {'msg': '实习单信息不存在!', 'code': 500, 'data': None}
test01student_write_log_15 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5470
                    <td>164</td>
Shishutong authored
5471 5472 5473
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_16</td>
                    <td>学生填写-(月志)-实习单不能为空</td>
5474
                    <td>1.09s</td>
Shishutong authored
5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5488
                            <pre>用例入参:{'category': 'monthly', 'title': '1234567890', 'content': '周志内容20230727_16:37:52', 'logTime': 1676017169146}
Shishutong authored
5489 5490 5491 5492 5493 5494 5495 5496 5497 5498
预期结果: {'msg': '实习单号不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '实习单号不能为空', 'code': 500, 'data': None}
test01student_write_log_16 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5499
                    <td>165</td>
Shishutong authored
5500 5501 5502
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_17</td>
                    <td>学生填写-(月志)-周日志种类不能为空</td>
5503
                    <td>1.18s</td>
Shishutong authored
5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5517
                            <pre>用例入参:{'formId': '1684483145296269313', 'title': '1234567890', 'content': '周志内容20230727_16:37:53', 'logTime': 1676017169146}
Shishutong authored
5518 5519 5520 5521 5522 5523 5524 5525 5526 5527
预期结果: {'msg': '日志类别非法!', 'code': 500, 'data': None}
实际结果: {'msg': '日志类别非法!', 'code': 500, 'data': None}
test01student_write_log_17 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5528
                    <td>166</td>
Shishutong authored
5529 5530 5531
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_18</td>
                    <td>学生填写-(月志)-周日志时间不能为空</td>
5532
                    <td>1.08s</td>
Shishutong authored
5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5546
                            <pre>用例入参:{'formId': '1684483145296269313', 'category': 'monthly', 'title': '日志标题20230727_16:37:54', 'content': '日志内容20230727_16:37:54', 'logTime': ''}
Shishutong authored
5547 5548 5549 5550 5551 5552 5553 5554 5555 5556
预期结果: {'msg': '日志时间不能为空', 'code': 500, 'data': None}
实际结果: {'msg': '日志时间不能为空', 'code': 500, 'data': None}
test01student_write_log_18 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5557
                    <td>167</td>
Shishutong authored
5558 5559 5560
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_19</td>
                    <td>学生填写-(日志)-成功</td>
5561
                    <td>1.28s</td>
Shishutong authored
5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5575
                            <pre>用例入参:{'formId': '1684483145296269313', 'category': 'daily', 'title': '日志标题20230727_16:37:56', 'content': '日志内容20230727_16:37:56', 'logTime': 1676017169146}
Shishutong authored
5576 5577 5578 5579 5580 5581 5582 5583 5584 5585
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test01student_write_log_19 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5586
                    <td>168</td>
Shishutong authored
5587 5588 5589
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_20</td>
                    <td>学生填写-(周志)-成功</td>
5590
                    <td>1.2s</td>
Shishutong authored
5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5604
                            <pre>用例入参:{'formId': '1684483145296269313', 'category': 'weekly', 'title': '周志标题20230727_16:37:57', 'content': '周志内容20230727_16:37:57', 'logTime': 1676017169146}
Shishutong authored
5605 5606 5607 5608 5609 5610 5611 5612 5613 5614
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test01student_write_log_20 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5615
                    <td>169</td>
Shishutong authored
5616 5617 5618
                    <td class="Test07StudentWriteLog">Test07StudentWriteLog</td>
                    <td>test01student_write_log_21</td>
                    <td>学生填写-(月志)-成功</td>
5619
                    <td>1.28s</td>
Shishutong authored
5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5633
                            <pre>用例入参:{'formId': '1684483145296269313', 'category': 'monthly', 'title': '月志标题20230727_16:37:58', 'content': '月志内容20230727_16:37:58', 'logTime': 1676017169146}
Shishutong authored
5634 5635 5636 5637 5638 5639 5640 5641 5642 5643
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test01student_write_log_21 (test_06_internship_manage.Test07StudentWriteLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5644
                    <td>170</td>
Shishutong authored
5645 5646 5647
                    <td class="Test08ApproveLog">Test08ApproveLog</td>
                    <td>test01approve_log_1</td>
                    <td>学校端批阅-(日志)-成功</td>
5648
                    <td>2.21s</td>
Shishutong authored
5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5662
                            <pre>用例入参:{'ids': ['1684483254859878402']}
Shishutong authored
5663 5664 5665 5666 5667 5668 5669 5670 5671 5672
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test01approve_log_1 (test_06_internship_manage.Test08ApproveLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5673
                    <td>171</td>
Shishutong authored
5674 5675 5676
                    <td class="Test08ApproveLog">Test08ApproveLog</td>
                    <td>test01approve_log_2</td>
                    <td>学校端批阅-(周志)-成功</td>
5677
                    <td>2.57s</td>
Shishutong authored
5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5691
                            <pre>用例入参:{'ids': ['1684483259939180545']}
Shishutong authored
5692 5693 5694 5695 5696 5697 5698 5699 5700 5701
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test01approve_log_2 (test_06_internship_manage.Test08ApproveLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5702
                    <td>172</td>
Shishutong authored
5703 5704 5705
                    <td class="Test08ApproveLog">Test08ApproveLog</td>
                    <td>test01approve_log_3</td>
                    <td>学校端批阅-(月志)-成功</td>
5706
                    <td>2.85s</td>
Shishutong authored
5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5720
                            <pre>用例入参:{'ids': ['1684483265224003585']}
Shishutong authored
5721 5722 5723 5724 5725 5726 5727 5728 5729 5730
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test01approve_log_3 (test_06_internship_manage.Test08ApproveLog)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5731
                    <td>173</td>
Shishutong authored
5732 5733 5734
                    <td class="Test09Attendance">Test09Attendance</td>
                    <td>test01student_attendance_1</td>
                    <td>学生签到打卡成功</td>
5735
                    <td>1.2s</td>
Shishutong authored
5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5749
                            <pre>用例入参:{'location': '北京市丰台区文体路3号', 'longitude': '39.85856', 'latitude': '116.28616', 'formId': '1684483145296269313'}
Shishutong authored
5750
预期结果: {'msg': 'success', 'code': 200, 'data': True}
5751
实际结果: {'msg': 'success', 'code': 200, 'data': {'flag': True, 'id': '1684483304973422594'}}
Shishutong authored
5752 5753 5754 5755 5756 5757 5758 5759
test01student_attendance_1 (test_06_internship_manage.Test09Attendance)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5760
                    <td>174</td>
Shishutong authored
5761 5762 5763
                    <td class="Test10LeaveRecord">Test10LeaveRecord</td>
                    <td>test01student_leave_record_1</td>
                    <td>学生填写请假申请(调休)成功</td>
5764
                    <td>1.1s</td>
Shishutong authored
5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5778
                            <pre>用例入参:{'category': 'exchange', 'startTime': 1676773920000, 'endTime': 1677033120000, 'formId': '1684483145296269313', 'reason': '请假原因20230727_16:38:09', 'attachments': '[]'}
Shishutong authored
5779
预期结果: {'msg': 'success', 'code': 200, 'data': True}
5780
实际结果: {'msg': 'success', 'code': 200, 'data': '1684483311881441282'}
Shishutong authored
5781 5782 5783 5784 5785 5786 5787 5788
test01student_leave_record_1 (test_06_internship_manage.Test10LeaveRecord)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            
                <tr>
5789
                    <td>175</td>
Shishutong authored
5790 5791 5792
                    <td class="Test11TeacherAprove">Test11TeacherAprove</td>
                    <td>test01teacher_aprove_1</td>
                    <td>教师审批请假申请通过</td>
5793
                    <td>1.02s</td>
Shishutong authored
5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806
                    
                        <td class="text-success">成功</td>
                    
                    <td>
                        <button type="button" class="btn btn-success btn_info">查看详情</button>
                    </td>
                </tr>

                <tr class="test_log">

                    <td colspan="7" class="small text-muted" style=" word-wrap:break-word; word-break:break-all">
                        
5807
                            <pre>用例入参:{'status': 'pass', 'reply': '自动化回复20230727_16:38:11'}
Shishutong authored
5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941
预期结果: {'msg': 'success', 'code': 200, 'data': True}
实际结果: {'msg': 'success', 'code': 200, 'data': True}
test01teacher_aprove_1 (test_06_internship_manage.Test11TeacherAprove)执行——>【通过】
</pre>
                        
                        
                    </td>
                </tr>
            

            </tbody>
        </table>
    </div>

    <div style="height: 200px"></div>
</div>


<script>
    var tbodyTr = $('tbody tr');
    var testResult = $("#testResult");
    var testClass = $("#testClass");
    <!--    用例执行详细信息显示切换-->
    $(".btn_info").click(function () {
        $(this).parent().parent().next().toggle();

    });
    // 当选择用例类之后触发
    testClass.change(function () {
        var cls = $(this).val();
        var res = testResult.val();
        elementDisplay(cls, res);
        sort()
    });
    testResult.change(function () {
        var res = $(this).val();
        var cls = testClass.val();
        elementDisplay(cls, res);
        sort()
    });

    function elementDisplay(cls, res) {
        // 用例数据的显示
        if (cls === "所有") {
            if (res === "所有") {
                tbodyTr.has('button').show();
            } else if (res === '成功') {
                tbodyTr.hide();
                tbodyTr.has('button').has('.text-success').show()

            } else if (res === '失败') {
                tbodyTr.hide();
                tbodyTr.has('button').has('.text-warning').show()

            } else if (res === '错误') {
                tbodyTr.hide();
                tbodyTr.has('button').has('.text-danger').show()

            } else if (res === '跳过') {
                tbodyTr.hide();
                tbodyTr.has('button').has('.text-info').show()
            }
        } else {
            if (res === "所有") {
                tbodyTr.hide();
                tbodyTr.has('button').has('.' + cls + '').show()
            } else if (res === '成功') {
                tbodyTr.hide();
                tbodyTr.has('button').has('.' + cls + '').has('.text-success').show()
            } else if (res === '失败') {
                tbodyTr.hide();
                tbodyTr.has('button').has('.' + cls + '').has('.text-warning').show()
            } else if (res === '错误') {
                tbodyTr.hide();
                tbodyTr.has('button').has('.' + cls + '').has('.text-danger').show()
            } else if (res === '跳过') {
                tbodyTr.hide();
                tbodyTr.has('button').has('.' + cls + '').has('.text-info').show()
            }
        }
    }

    function sort() {
        //重新排列显示序号
        // 选择所有可以见的tr
        var visibleTr = tbodyTr.filter(":visible");

        visibleTr.each(function (index, element) {
            element.firstElementChild.innerHTML = index + 1;

        })

    }


</script>

<script type="text/javascript">
    // 基于准备好的dom,初始化echarts实例
    var myChart = echarts.init(document.getElementById('char'));
    var myChart2 = echarts.init(document.getElementById('char2'));
    // 指定图表的配置项和数据
    option = {
        color: ['#00a10a', '#ddb518', 'rgba(204,46,41,0.73)', '#85898c'],
        tooltip: {
            trigger: 'item',
            formatter: '{a} <br/>{b}: {c} ({d}%)'
        },
        legend: {
            orient: 'vertical',
            left: 10,
            data: ['通过', '失败', '错误', '跳过']
        },
        series: [
            {
                name: '测试结果',
                type: 'pie',
                radius: ['50%', '70%'],
                avoidLabelOverlap: false,
                label: {
                    show: false,
                    position: 'center'
                },
                emphasis: {
                    label: {
                        show: true,
                        fontSize: '30',
                        fontWeight: 'bold'
                    }
                },
                labelLine: {
                    show: false
                },
                data: [
5942 5943
                    {value: 171, name: '通过'},
                    {value: 4, name: '失败'},
Shishutong authored
5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963
                    {value: 0, name: '错误'},
                    {value: 0, name: '跳过'}
                ]
            }
        ]
    };
    option2 = {
        tooltip: {
            formatter: '{a} <br/>{b} : {c}%'
        },
        toolbox: {
            feature: {
                restore: {},
                saveAsImage: {}
            }
        },
        series: [
            {
                name: '测试结果',
                type: 'gauge',
5964 5965
                detail: {formatter: '97.71%'},
                data: [{value: '97.71', name: '用例通过率'}],
Shishutong authored
5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986
                axisLine: {
                    lineStyle: {
                        color: [
                            [0.2, '#c20000'],
                            [0.8, '#ddb518'],
                            [1, '#00a10a']]
                    }
                }
            }
        ]
    };


    myChart2.setOption(option2);
    // 使用刚指定的配置项和数据显示图表。
    myChart.setOption(option);
</script>


</body>
</html>