mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Improve test docs a bit more
This commit is contained in:
parent
042e387f27
commit
c254618d4f
1 changed files with 7 additions and 2 deletions
|
@ -124,8 +124,13 @@ the pull request does not break current functionality:
|
||||||
make tests
|
make tests
|
||||||
|
|
||||||
# Integration Tests
|
# Integration Tests
|
||||||
cd test/integration
|
make -C test/integration
|
||||||
make
|
|
||||||
|
# Run specific integration test-target 'file' (as root)
|
||||||
|
sudo ./test/runner/ansible-test integration file -vv
|
||||||
|
|
||||||
|
# Run specific integration test-target 'file' (in docker)
|
||||||
|
./test/runner/ansible-test integration file --docker
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Ansible does provide integration tests for cloud-based modules as well, however we do not recommend using them for some users
|
Ansible does provide integration tests for cloud-based modules as well, however we do not recommend using them for some users
|
||||||
|
|
Loading…
Reference in a new issue