diff --git a/tests/test_fao_soil_type.py b/tests/test_fao_soil_type.py index be3e93d..063477e 100644 --- a/tests/test_fao_soil_type.py +++ b/tests/test_fao_soil_type.py @@ -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() \ No newline at end of file