Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
n-h-diaz committed Sep 29, 2023
1 parent bb7b0fe commit 06aa2fa
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions scripts/un/sdg/geography_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,15 @@
}

# Add additional referenced objects that aren't defined in test_geographies.csv.
UN2DC2_FULL = UN2DC2 | {
'undata-geo:G00403300': ('undata-geo/G00403300', 'GeoRegion',
'Landlocked developing countries (LLDCs): Asia'),
'undata-geo:G00404100': ('undata-geo/G00404100', 'GeoRegion',
'Least developed countries (LDCs): Africa'),
'undata-geo:G00404300': ('undata-geo/G00404300', 'GeoRegion',
'Least developed countries (LDCs): Asia'),
'undata-geo:G00405200': ('undata-geo/G00405200', 'GeoRegion',
'Small Island Developing States (SIDS): Americas'),
'undata-geo:G00405400': ('undata-geo/G00405400', 'GeoRegion',
'Small Island Developing States (SIDS): Oceania')
UN2DC2_FULL = {
**UN2DC2,
**{
'undata-geo:G00403300': ('undata-geo/G00403300', 'GeoRegion', 'Landlocked developing countries (LLDCs): Asia'),
'undata-geo:G00404100': ('undata-geo/G00404100', 'GeoRegion', 'Least developed countries (LDCs): Africa'),
'undata-geo:G00404300': ('undata-geo/G00404300', 'GeoRegion', 'Least developed countries (LDCs): Asia'),
'undata-geo:G00405200': ('undata-geo/G00405200', 'GeoRegion', 'Small Island Developing States (SIDS): Americas'),
'undata-geo:G00405400': ('undata-geo/G00405400', 'GeoRegion', 'Small Island Developing States (SIDS): Oceania')
}
}

NEW_SUBJECTS = {('undata-geo/G00000030', 'GeoRegion'),
Expand Down

0 comments on commit 06aa2fa

Please sign in to comment.