Testing configuration cleanup

This commit is contained in:
Sorin Sbarnea
2020-04-24 09:59:03 +01:00
parent e3d14e0e37
commit 9881220e73
15 changed files with 147 additions and 69 deletions

View File

@ -57,11 +57,6 @@ def _molecule_driver_section_data():
return {"driver": {"name": "hetznercloud", "options": {"managed": True}}}
@pytest.fixture
def _molecule_lint_section_data():
return {"lint": {"name": "yamllint"}}
@pytest.fixture
def _molecule_platforms_section_data():
return {
@ -98,7 +93,6 @@ def _molecule_verifier_section_data():
def molecule_data(
_molecule_dependency_galaxy_section_data,
_molecule_driver_section_data,
_molecule_lint_section_data,
_molecule_platforms_section_data,
_molecule_provisioner_section_data,
_molecule_scenario_section_data,
@ -108,7 +102,6 @@ def molecule_data(
fixtures = [
_molecule_dependency_galaxy_section_data,
_molecule_driver_section_data,
_molecule_lint_section_data,
_molecule_platforms_section_data,
_molecule_provisioner_section_data,
_molecule_scenario_section_data,