mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-14 21:52:19 +00:00
Previously the test framework (DCI, Zuul) were installing the various dependencies, this meant the list of what was required was duplicated. Having everything defined in ansible-test makes it easier for people to run tests locally. Also this allows the test to work correctly on Python 2 & Python 3 |
||
|---|---|---|
| .. | ||
| ansible-test.txt | ||
| constraints.txt | ||
| coverage.txt | ||
| integration.cloud.aws.txt | ||
| integration.cloud.azure.txt | ||
| integration.cloud.cs.txt | ||
| integration.cloud.vcenter.txt | ||
| integration.txt | ||
| network-integration.txt | ||
| sanity.ps1 | ||
| sanity.txt | ||
| units.txt | ||
| windows-integration.txt | ||