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/action
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
..
fixtures/synchronize Fix synchronize+vagrant dest assertions that were incorrect. (#16291) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_action.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 8 years ago
test_raw.py raw should not use default executable (#16085) 8 years ago
test_synchronize.py Add a framework, fixtures and test for common synchronize scenarios. (#15983) 8 years ago