|
|
@ -186,9 +186,6 @@ class TestManager(TestCase): |
|
|
manager.config['zones'] = manager._config_zones( |
|
|
manager.config['zones'] = manager._config_zones( |
|
|
{'déjà.vu.': {}, 'deja.vu.': {}, idna_encode('こんにちは.jp.'): {}} |
|
|
{'déjà.vu.': {}, 'deja.vu.': {}, idna_encode('こんにちは.jp.'): {}} |
|
|
) |
|
|
) |
|
|
from pprint import pprint |
|
|
|
|
|
|
|
|
|
|
|
pprint(manager.config['zones']) |
|
|
|
|
|
|
|
|
|
|
|
# refer to them with utf-8 |
|
|
# refer to them with utf-8 |
|
|
with self.assertRaises(ManagerException) as ctx: |
|
|
with self.assertRaises(ManagerException) as ctx: |
|
|
|