Test for Pruner

This commit is contained in:
Senad Uka
2018-08-13 18:54:12 +02:00
parent 5684e58826
commit 973f1e1093
15 changed files with 2888 additions and 53 deletions

47
test/fixtures/missing_indicators.json vendored Normal file
View File

@@ -0,0 +1,47 @@
[
{
"id": 1,
"name": "Urban Extent",
"sub_themes": [
{
"categories": [
{
"id": 1
},
{
"id": 2,
"name": "Population",
"unit": "(thousands)"
},
{
"id": 3,
"name": "Population density",
"unit": "(people per sq. km.)"
}
],
"id": 1,
"name": "Administrative"
},
{
"categories": [
{
"id": 4,
"name": "Area",
"unit": "(sq. km.)"
},
{
"id": 5,
"name": "Population",
"unit": "(thousands)"
},
{
"id": 6,
"name": "Population density",
"unit": "(people per sq. km.)"
}
],
"id": 2,
"name": "Built up"
}]
}
]