Skip to content

Commit

Permalink
Update README.md and fix url in User guide (#261)
Browse files Browse the repository at this point in the history
* Update README.md

* Correct the url in user_guide.md

---------

Co-authored-by: shatakshiiii <shatakshimishra01@gmail.com>
  • Loading branch information
cidrblock and shatakshiiii authored Jan 19, 2024
1 parent 51ca08f commit 1e1c3d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

`tox-ansible` is a utility designed to simplify the testing of Ansible content collections.

Implemented as `tox` plugin, `tox-ansible` provides a simple way to test Ansible content collections across multiple Python interpreters and Ansible versions.
Implemented as a `tox` plugin, `tox-ansible` provides a simple way to test Ansible content collections across multiple Python interpreters and Ansible versions.

`tox-ansible` uses familiar python testing tools to perform the actual testing. It uses `tox` to create and manage the testing environments, `ansible-test sanity` to run the sanity tests, and `pytest` to run the unit and integration tests. This eliminated the black box nature of other approaches and allowed for more control over the testing process.

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ on:

jobs:
tox-ansible:
uses: tox-dev/tox-ansible/.github/workflows/run.yml@main
uses: ansible/tox-ansible/.github/workflows/run.yml@main
```
Sample `json`
Expand Down

0 comments on commit 1e1c3d9

Please sign in to comment.