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/units/plugins
Toshio Kuratomi ed00741a01 Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534)
* Replace pipes.quote for shlex_quote

* More migration of pipes.quote to shlex_quote

Note that we cannot yet move module code over.  Modules have six-1.4
bundled which does not have shlex_quote.  This shouldn't be a problem as
the function is still importable from pipes.quote.  It's just that this
has become an implementation detail that makes us want to import from
shlex instead.

Once we get rid of the python2.4 dependency we can update to a newer
version of bundled six module-side and then we're free to use
shlex_quote everywhere.
8 years ago
..
action Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 8 years ago
cache Add empty-init code-smell script. (#18406) 8 years ago
callback Add empty-init code-smell script. (#18406) 8 years ago
connection Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 8 years ago
filter Add empty-init code-smell script. (#18406) 8 years ago
inventory Add empty-init code-smell script. (#18406) 8 years ago
lookup Add empty-init code-smell script. (#18406) 8 years ago
shell Add empty-init code-smell script. (#18406) 8 years ago
strategy Reworking iterator logic regarding failed states during always 8 years ago
vars Add empty-init code-smell script. (#18406) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago