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
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
..
cli set galaxy unit test server to None (#18298) 8 years ago
contrib skip vmware inventory when missing lib 8 years ago
errors Add empty-init code-smell script. (#18406) 8 years ago
executor Add empty-init code-smell script. (#18406) 8 years ago
inventory Add empty-init code-smell script. (#18406) 8 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 9 years ago
mock Add empty-init code-smell script. (#18406) 8 years ago
module_utils Add empty-init code-smell script. (#18406) 8 years ago
modules Clean up shebangs for various files. 8 years ago
parsing Fix unit test dirs to match code under test. 8 years ago
playbook Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 8 years ago
plugins Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 8 years ago
template Add empty-init code-smell script. (#18406) 8 years ago
utils FEATURE: adding variable serial batches 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