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.
2016-11-17 13:18:29 -08:00
..
fixtures/synchronize Fix synchronize+vagrant dest assertions that were incorrect. (#16291) 2016-06-14 19:56:50 -04:00
__init__.py Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
test_action.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 2016-11-17 13:18:29 -08:00
test_raw.py raw should not use default executable (#16085) 2016-06-10 11:37:58 -04:00
test_synchronize.py Add a framework, fixtures and test for common synchronize scenarios. (#15983) 2016-05-31 22:35:59 -04:00