mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 07:11:39 -07:00
Remove tests for things that are now using the playbook based 'test_new' infra. Units will remain here
after refactoring, WIP, more to come.
This commit is contained in:
parent
7e89a4cf72
commit
6fb02650ff
2 changed files with 1 additions and 111 deletions
|
@ -392,23 +392,6 @@ class TestPlaybook(unittest.TestCase):
|
|||
|
||||
assert utils.jsonify(expected, format=True) == utils.jsonify(actual,format=True)
|
||||
|
||||
|
||||
def test_recursive_copy(self):
|
||||
pb = 'test/playbook-recursive-copy.yml'
|
||||
actual = self._run(pb)
|
||||
|
||||
expected = {
|
||||
"localhost": {
|
||||
"changed": 65,
|
||||
"failures": 0,
|
||||
"ok": 73,
|
||||
"skipped": 0,
|
||||
"unreachable": 0
|
||||
}
|
||||
}
|
||||
|
||||
assert utils.jsonify(expected, format=True) == utils.jsonify(actual,format=True)
|
||||
|
||||
def test_playbook_logging_non_ascii(self):
|
||||
pb = 'test/playbook-logging-non-ascii.yml'
|
||||
actual = self._run(pb)
|
||||
|
@ -457,4 +440,4 @@ class TestPlaybook(unittest.TestCase):
|
|||
print "**EXPECTED**"
|
||||
print expected_lines
|
||||
|
||||
assert actual_lines == expected_lines
|
||||
assert actual_lines == expected_lines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue