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/executor
Brian Coca 9142be2f6c
Allow specifying specific python via shebang (#76677)
modules with python were always normalized to /usr/bin/python,
  while other interpreters could have specific versions.

* now shebang is always constructed by get_shebang and args are preserved
* only update shebang if interpreter changed
* updated test expectation
* added python shebang test
3 years ago
..
module_common Allow specifying specific python via shebang (#76677) 3 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_interpreter_discovery.py Change interpreter discovery defaults to silently prefer Python 3 (#75049) 3 years ago
test_play_iterator.py Introduce public methods to access PlayIterator._host_states (#74416) 3 years ago
test_playbook_executor.py Move the arguments module into cli/ and context_objects into utils 6 years ago
test_task_executor.py Fix up string splitting to prepare for pylint update. (#75479) 3 years ago
test_task_queue_manager_callbacks.py unit tests: remove unused imports (#59636) 5 years ago
test_task_result.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago