/ansible-collection-test-utils

repackage ansible/tests/unit/mock to be used in tests of other collections

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Ansible collection test utils

While testing collections you get into the need of mocking some ansible parts, which is actually done in original ansible/tests/unit/mock folder.

This folder is usually not installed, such that you cannot make use of it.

This repo makes this folder available.