new testcase
This commit is contained in:
parent
0fc7294905
commit
7afe441f8c
@ -122,7 +122,7 @@
|
|||||||
<%~`<td>${y.content}</td>`%>
|
<%~`<td>${y.content}</td>`%>
|
||||||
<%~`<td>${y.procedure}</td>`%>
|
<%~`<td>${y.procedure}</td>`%>
|
||||||
<%~`<td>${y.testData ?? ""}</td>`%>
|
<%~`<td>${y.testData ?? ""}</td>`%>
|
||||||
<%~`<td>${y.pass ? "P" : "F"}</td>`%>
|
<%~`<td>${y.pass ? "✅" : "❌"}</td>`%>
|
||||||
<%~"</tr>"%>
|
<%~"</tr>"%>
|
||||||
<%});%>
|
<%});%>
|
||||||
<%~"</tbody>"%>
|
<%~"</tbody>"%>
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
"testData": " sum^n_{n=0}n = \\frac{n(n+1)}2$$ ",
|
"testData": " sum^n_{n=0}n = \\frac{n(n+1)}2$$ ",
|
||||||
"expected": "",
|
"expected": "",
|
||||||
"actual": "",
|
"actual": "",
|
||||||
"pass": false
|
"pass": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 10,
|
"id": 10,
|
||||||
@ -207,7 +207,7 @@
|
|||||||
"testData": "admin",
|
"testData": "admin",
|
||||||
"expected": "",
|
"expected": "",
|
||||||
"actual": "",
|
"actual": "",
|
||||||
"pass": false
|
"pass": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 24,
|
"id": 24,
|
||||||
@ -219,6 +219,16 @@
|
|||||||
"actual": "",
|
"actual": "",
|
||||||
"pass": false
|
"pass": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": 25,
|
||||||
|
"subId": null,
|
||||||
|
"content": "Theme",
|
||||||
|
"procedure": "1. Theme를 바꾸어서 제대로 변경되는지 시험해본다.",
|
||||||
|
"testData": null,
|
||||||
|
"expected": "",
|
||||||
|
"actual": "",
|
||||||
|
"pass": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": 16,
|
"id": 16,
|
||||||
"subId": null,
|
"subId": null,
|
||||||
|
Loading…
Reference in New Issue
Block a user