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
Brian Coca ba487253bb
password lookup, handle ident properly when saved (#80251) (#80310)
* password lookup, handle ident properly when saved (#80251)

* password lookup, handle ident properly when saved

  Currently we format and save ident when present but we didn't account for this when reading the saved file
  Also added some more robust error handling.

(cherry picked from commit 0fd88717c9)

* fix try block indent# https://chris.beams.io/posts/git-commit/

* clog

(cherry picked from commit 97c8da7783)

* fix bad merge indentation
2 years ago
..
_vendor Use unittest.mock instead of mock. (#77883) 3 years ago
ansible_test Avoid deprecated method in unit tests. 3 years ago
cli refactor and fixes for doc parsing (#77719) 2 years ago
compat Remove unit test Python 2.6 compat. (#78369) 2 years ago
config Yolo (#77554) 3 years ago
errors Clean up unit tests. (#78498) 2 years ago
executor Fix connection/become task loop settings (#78565) (#78935) 2 years ago
galaxy ansible-galaxy - fix turning off the ConcreteArtifactManager's validate certs at the global level (#79561) (#79696) 2 years ago
inventory Fix pytest collection during test_host partial run 2 years ago
inventory_test_data/group_vars
mock Use unittest.mock instead of mock. (#77883) 3 years ago
module_utils Argument spec alias handling: actually report deprecated aliases in suboptions, and fix warning message in suboptions when two aliases of the same option are used (#79740) (#79770) 2 years ago
modules Prefer unittest.mock over mock. (#77886) 3 years ago
parsing Remove unit test pytz requirement. (#78368) 2 years ago
playbook Make using blocks as handlers a parser error (#79993) (#80010) 2 years ago
plugins password lookup, handle ident properly when saved (#80251) (#80310) 2 years ago
regex
template Use unittest.mock instead of mock. (#77883) 3 years ago
utils Skip test if no there are no problematic chars for wcswidth (#78645) 2 years ago
vars Use unittest.mock instead of mock. (#77883) 3 years ago
__init__.py
requirements.txt Update unit test controller requirements. (#78376) 2 years ago
test_constants.py Remove some constants.py deprecated items (#70466) 4 years ago
test_context.py Clean up unit test boilerplate. 5 years ago
test_no_tty.py ansible-test - Fix subprocess management. (#77641) 3 years ago