Keep tests in json format
So the results are typed
This commit is contained in:
@@ -1,12 +1 @@
|
||||
id,name,chief,age,skill
|
||||
2,john,1,30,C
|
||||
7,alia,1,28,C
|
||||
1,carl,0,20,C++
|
||||
2,john,1,30,PHP
|
||||
7,alia,1,28,Python
|
||||
3,dean,1,33,C++
|
||||
7,alia,1,28,PHP
|
||||
0,jack,0,22,Python
|
||||
1,carl,0,20,Python
|
||||
0,jack,0,22,C
|
||||
1,carl,0,20,System Admin
|
||||
{"content": [[3, "dean", 1, 33, "C++"], [2, "john", 1, 30, "PHP"], [1, "carl", 0, 20, "C++"], [1, "carl", 0, 20, "Python"], [2, "john", 1, 30, "C"], [0, "jack", 0, 22, "Python"], [7, "alia", 1, 28, "Python"], [7, "alia", 1, 28, "PHP"], [1, "carl", 0, 20, "System Admin"], [0, "jack", 0, 22, "C"], [7, "alia", 1, 28, "C"]], "header": ["id", "name", "chief", "age", "skill"]}
|
Reference in New Issue
Block a user