mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Prepare un-flatmapping (#5350)
* Add module name into fixtures directory name. * Rename conftest.py to avoid collisions. * Match filenames inside directories.
This commit is contained in:
@@ -11,7 +11,8 @@ __metaclass__ = type
|
||||
import json
|
||||
import pytest
|
||||
|
||||
from .common import fake_xenapi_ref
|
||||
from .xenserver_common import fake_xenapi_ref
|
||||
from .xenserver_conftest import XenAPI, xenserver_guest_info
|
||||
|
||||
pytestmark = pytest.mark.usefixtures('patch_ansible_module')
|
||||
|
||||
|
||||
@@ -10,7 +10,8 @@ __metaclass__ = type
|
||||
import json
|
||||
import pytest
|
||||
|
||||
from .common import fake_xenapi_ref
|
||||
from .xenserver_common import fake_xenapi_ref
|
||||
from .xenserver_conftest import fake_ansible_module, XenAPI, xenserver_guest_powerstate
|
||||
|
||||
|
||||
testcase_set_powerstate = {
|
||||
|
||||
Reference in New Issue
Block a user