mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
* Prepare extra sanity tests. * Run some extra sanity tests. * Linting. * Experimenting * Linting. * Run tests in docker container. * Improve run code. * Use requests instead of Ansible code (which needs to be installed first). * Refactor and add more debugging. * More ls. * More ls. * More ls in container. * Copy cwd into container. * Improve container handling. * Make tests configurable. * Using proper argument parser. * Add colors. * Allow to disable test. * Always run all tests for now. (Change detection needs to know about git I think). * Use argument parser for main executable. Force colors for CI. * Allow to specify targets. * Linting. * Switch to ansibulled-changelog. * Use runner from community.internal_test_tools (current dev branch for runner). * Clone official repository instead of my fork/branch.
16 lines
258 B
JSON
16 lines
258 B
JSON
{
|
|
"disabled": true,
|
|
"all_targets": true,
|
|
"ignore_self": true,
|
|
"extensions": [
|
|
".py"
|
|
],
|
|
"prefixes": [
|
|
"plugins/module_utils/compat/"
|
|
],
|
|
"output": "path-message",
|
|
"requirements": [
|
|
"requests"
|
|
]
|
|
}
|