Skip to content

Commit

Permalink
Delete base user guide, restore access to best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos committed Dec 11, 2023
1 parent d7936d9 commit 3d66fa5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/user-guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ def test_integration(molecule_scenario: MoleculeScenario) -> None:

Calling pytest will now run your molecule scenarios as a pytest job.

Refer to the [pytest-ansible documentation] to see more options.

## tox-ansible

tox-ansible automates the running of your pytest tests on many different Python
Expand Down Expand Up @@ -127,3 +129,8 @@ skip =
```

This will avoid running tests with either of ansible-core 2.9 or devel.

Refer to the [tox-ansible documentation] to see more options.

[pytest-ansible documentation]: https://ansible.readthedocs.io/projects/pytest-ansible/
[tox-ansible documentation]: https://ansible.readthedocs.io/projects/tox-ansible/

0 comments on commit 3d66fa5

Please sign in to comment.