mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-16 11:01:42 -07:00
* Add module name into fixtures directory name.
* Rename conftest.py to avoid collisions.
* Match filenames inside directories.
(cherry picked from commit fa924aae31
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
1f0361a1c6
commit
833530ab47
368 changed files with 113 additions and 59 deletions
|
@ -10,6 +10,8 @@ import json
|
|||
|
||||
from ansible_collections.community.general.plugins.modules.packaging.os import rhn_channel
|
||||
|
||||
from .rhn_conftest import mock_request
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
|
|
|
@ -15,6 +15,8 @@ import ansible.module_utils.six
|
|||
from ansible.module_utils.six.moves import xmlrpc_client
|
||||
from ansible_collections.community.general.plugins.modules.packaging.os import rhn_register
|
||||
|
||||
from .rhn_conftest import mock_request
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue