More tests, filtering iterator, cleanup
This commit is contained in:
6
tests/test/test/data/data.csv
Normal file
6
tests/test/test/data/data.csv
Normal file
@ -0,0 +1,6 @@
|
||||
"a";"b"
|
||||
1;a
|
||||
2;b
|
||||
3;c
|
||||
4;d
|
||||
5;e
|
|
7
tests/test/test/data/data.json
Normal file
7
tests/test/test/data/data.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{ "a": 1, "b": "a" },
|
||||
{ "a": 2, "b": "b" },
|
||||
{ "a": 3, "b": "c" },
|
||||
{ "a": 4, "b": "d" },
|
||||
{ "a": 5, "b": "e" }
|
||||
]
|
10
tests/test/test/dataset.json
Normal file
10
tests/test/test/dataset.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"datasets": {
|
||||
"csv": {
|
||||
"filename": "data/data.csv"
|
||||
},
|
||||
"json": {
|
||||
"filename": "data/data.json"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user