mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Testing additions and fixes
* Fix import pathing for units.mock * Add some additional requirements * Use compileall to test compatiblity with different python versions
This commit is contained in:
parent
0f1eb3cfc2
commit
a0fc8bb0bd
9 changed files with 35 additions and 20 deletions
|
@ -26,7 +26,7 @@ from ansible.errors import AnsibleError, AnsibleParserError
|
|||
from ansible.executor.play_iterator import PlayIterator
|
||||
from ansible.playbook import Playbook
|
||||
|
||||
from test.mock.loader import DictDataLoader
|
||||
from units.mock.loader import DictDataLoader
|
||||
|
||||
class TestPlayIterator(unittest.TestCase):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue