Skip to content

Commit

Permalink
add-main
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Nov 17, 2021
1 parent d952e31 commit d5476ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_fao_soil_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ def test_soil_type(self):
print(soil_type)
# TODO: need to map CALCIC CAMBISOL => Cambisols
assert soil_type == 'Cambisols'

if __name__ == '__main__':
unittest.main()

0 comments on commit d5476ee

Please sign in to comment.