new testcase

This commit is contained in:
monoid 2022-06-11 18:58:48 +09:00
parent 0fc7294905
commit 7afe441f8c
2 changed files with 13 additions and 3 deletions

View File

@ -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>"%>

View File

@ -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,