mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-11 19:04:02 -07:00
Remove some obsolete tests (mechanism of error detection suboptimal, replacements pending)
This commit is contained in:
parent
add45d2ca9
commit
e8b043332f
5 changed files with 1 additions and 76 deletions
|
@ -277,17 +277,6 @@ class TestUtils(unittest.TestCase):
|
|||
res = template2.template(None, template, vars)
|
||||
assert res == 'result'
|
||||
|
||||
def test_template_varReplace_iterated(self):
|
||||
template = 'hello $who'
|
||||
vars = {
|
||||
'who': 'oh great $person',
|
||||
'person': 'one',
|
||||
}
|
||||
|
||||
res = template2.template(None, template, vars)
|
||||
|
||||
assert res == u'hello oh great one'
|
||||
|
||||
def test_varReplace_include(self):
|
||||
template = 'hello $FILE(world) $LOOKUP(file, $filename)'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue