You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
At the moment ansible must be installed to successfully run unit tests of package ansible because they rely on real invocations of ansible-playbook command (via go-ansible library).
Unit-test shouldn't depend on external resources.
We need to mock them or to present an API that will encapsulate the actual call to the external service.
At the moment
ansiblemust be installed to successfully run unit tests ofpackage ansiblebecause they rely on real invocations ofansible-playbookcommand (viago-ansiblelibrary).Unit-test shouldn't depend on external resources.
We need to mock them or to present an API that will encapsulate the actual call to the external service.