splitted tests, more unit tests

This commit is contained in:
pantor
2017-08-14 11:30:26 +02:00
parent 466a378a08
commit c41da0b8b0
16 changed files with 385 additions and 273 deletions

View File

@@ -0,0 +1,4 @@
{
"xarray": [0, 1],
"yarray": [0, 1, 2]
}

View File

@@ -0,0 +1,12 @@
0-0
0-1
0-2
1-0
1-1
1-2

View File

@@ -0,0 +1,3 @@
(% for x in xarray %)(% for y in yarray %)
{{x}}-{{y}}
(% endfor %)(% endfor %)