You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/runner/lib
Gonéri Le Bouder c4bb38d2b1 vcenter: disable ConfigParser interpolation (#59851)
Password can come with the '%' character. If we keep ConfigParser
interpolation enabled, it will try to modify the value.
Typical error looks like this one:

```
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: '%Z,sq'
```
See: https://docs.python.org/3/library/configparser.html#interpolation-of-values
6 years ago
..
cloud vcenter: disable ConfigParser interpolation (#59851) 6 years ago
integration Initial ansible-test support for collections. (#59197) 7 years ago
provider Update ansible-test to properly skip unit tests. 7 years ago
sanity Improve checking for unusable sanity test ignores. (#59833) 7 years ago
__init__.py Add future and metaclass boilerplate to test code. 7 years ago
ansible_util.py Initial ansible-test support for collections. (#59197) 7 years ago
cache.py Code cleanup for test infrastructure. (#59046) 7 years ago
changes.py Code cleanup for test infrastructure. (#59046) 7 years ago
classification.py Initial ansible-test support for collections. (#59197) 7 years ago
cli.py Initial ansible-test support for collections. (#59197) 7 years ago
config.py Initial ansible-test support for collections. (#59197) 7 years ago
constants.py Add future and metaclass boilerplate to test code. 7 years ago
core_ci.py Initial ansible-test support for collections. (#59197) 7 years ago
cover.py Fix incorrect collections coverage warning. 7 years ago
coverage_util.py Initial ansible-test support for collections. (#59197) 7 years ago
csharp_import_analysis.py Initial ansible-test support for collections. (#59197) 7 years ago
data.py Initial ansible-test support for collections. (#59197) 7 years ago
delegation.py Initial ansible-test support for collections. (#59197) 7 years ago
diff.py Code cleanup for test infrastructure. (#59046) 7 years ago
docker_util.py podman-docker docker compat for ansible-test (#59539) 7 years ago
env.py Add future and metaclass boilerplate to test code. 7 years ago
executor.py Run pytest with dedicated pytest.ini. (#59842) 7 years ago
git.py Code cleanup for test infrastructure. (#59046) 7 years ago
http.py Clean up pylint issues in test infra. 7 years ago
import_analysis.py Initial ansible-test support for collections. (#59197) 7 years ago
init.py Add future and metaclass boilerplate to test code. 7 years ago
manage_ci.py Initial ansible-test support for collections. (#59197) 7 years ago
metadata.py Code cleanup for test infrastructure. (#59046) 7 years ago
payload.py Initial ansible-test support for collections. (#59197) 7 years ago
powershell_import_analysis.py Initial ansible-test support for collections. (#59197) 7 years ago
target.py Fix ansible-test encoding issues. 7 years ago
test.py Initial ansible-test support for collections. (#59197) 7 years ago
thread.py Add future and metaclass boilerplate to test code. 7 years ago
types.py Initial ansible-test support for collections. (#59197) 7 years ago
util.py Add paths_to_dirs function to ansible-test. 7 years ago
util_common.py Initial ansible-test support for collections. (#59197) 7 years ago