update tests
This commit is contained in:
parent
93737f8f7f
commit
59634ff357
|
@ -435,8 +435,7 @@ class CarbonValidationTests(unittest.TestCase):
|
|||
self.assertEqual(invalid_keys, expected_missing_keys)
|
||||
|
||||
def test_invalid_lulc_years(self):
|
||||
"""Test that providing an Alternate LULC year < Baseline LULC error
|
||||
raises a ValueError"""
|
||||
"""Test Alternate LULC year < Baseline LULC year raises a ValueError"""
|
||||
from natcap.invest import carbon
|
||||
|
||||
args = {
|
||||
|
|
|
@ -24,7 +24,7 @@ TEST_MESSAGES = {
|
|||
"InVEST Carbon Model": "ιиνєѕт ςαявσи мσ∂єℓ",
|
||||
"Available models:": "αναιℓαвℓє мσ∂єℓѕ:",
|
||||
"Carbon Storage and Sequestration": "ςαявσи ѕтσяαgє αи∂ ѕєףυєѕтяαтισи",
|
||||
"baseline LULC": "ςυяяєит ℓυℓς",
|
||||
"baseline LULC": "вαѕєℓιиє ℓυℓς",
|
||||
missing_key_msg: "кєу ιѕ мιѕѕιиg fяσм тнє αяgѕ ∂ιςт",
|
||||
not_a_number_msg: 'ναℓυє "{value}" ςσυℓ∂ иσт вє ιитєяρяєтє∂ αѕ α иυмвєя'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue