mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Remove obsolete tests
The hacks that these tested are no longer in place
This commit is contained in:
parent
cd051f0f4b
commit
79e01cd22f
@ -138,29 +138,6 @@ class YamlLoaderTestCase(TestCase):
|
||||
v2: beta
|
||||
v2: betabeta'''))
|
||||
|
||||
def test_yaml_with_unicode_literals(self):
|
||||
'''
|
||||
Test proper loading of unicode literals
|
||||
'''
|
||||
self.assert_matches(
|
||||
self.render_yaml(textwrap.dedent('''\
|
||||
foo:
|
||||
a: Д
|
||||
b: {'a': u'\\u0414'}''')),
|
||||
{'foo': {'a': u'\u0414', 'b': {'a': u'\u0414'}}}
|
||||
)
|
||||
|
||||
def test_yaml_with_colon_in_inline_dict(self):
|
||||
'''
|
||||
Test proper loading of unicode literal strings in inline dicts
|
||||
'''
|
||||
self.assert_matches(
|
||||
self.render_yaml(textwrap.dedent('''\
|
||||
foo:
|
||||
b: {u'c': u'https://foo.com'}''')),
|
||||
{'foo': {'b': {'c': 'https://foo.com'}}}
|
||||
)
|
||||
|
||||
def test_yaml_with_plain_scalars(self):
|
||||
'''
|
||||
Test that plain (i.e. unqoted) string and non-string scalars are
|
||||
|
Loading…
Reference in New Issue
Block a user