1 """Tests the compat module"""
4 from cola
import compat
8 """Test the core.decode function"""
9 key
= 'COLA_UNICODE_TEST'
11 compat
.setenv(key
, value
)
12 assert key
in os
.environ
16 assert key
not in os
.environ
17 assert not os
.getenv(key
)