Skip to content

Commit

Permalink
Merge pull request #46 from microbiomedata/add-main
Browse files Browse the repository at this point in the history
add-main
  • Loading branch information
turbomam authored Jan 14, 2025
2 parents 835107e + d5476ee commit b2c1c62
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 is: ' + soil_type)
# TODO: need to map CALCIC CAMBISOL => Cambisols
assert soil_type == 'Cambisols'

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

0 comments on commit b2c1c62

Please sign in to comment.