summaryrefslogtreecommitdiff
path: root/test/units/plugins/lookup/test_password.py
Commit message (Expand)AuthorAgeFilesLines
* password lookup, handle ident properly when saved (#80251) (#80310)Brian Coca2023-04-171-3/+14
* fix password lookup's use of f=v settings (#76551) (#79106)Brian Coca2022-10-131-31/+40
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-231-1/+1
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-221-1/+1
* Fix an exception when passlib library is used with a wrapped algo (#75527)Pilou2021-08-261-0/+45
* Add seed parameter to password lookup (#69775)s-hamann2021-06-041-21/+43
* encrypt: add new paramter 'ident' (#74595)Abhijeet Kasurde2021-05-241-21/+21
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-111-23/+23
* Speed up a few more tests by mocking time.sleep (#61186)Matt Martz2019-08-221-1/+2
* unit tests: remove unused imports (#60462)Andrey Klychkov2019-08-131-1/+0
* Skip tests with unsatisfied deps (#55853)Toshio Kuratomi2019-06-281-49/+68
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-121-2/+2
* Share the implementation of hashing for both vars_prompt and password_hash (#...Matthias Fuchs2018-08-271-9/+0
* Solve race condition in password lookup (#42529)Zhikang Zhang2018-08-151-2/+39
* Clarify usage of encrypt arg (#43330)Zhikang Zhang2018-08-021-1/+1
* Ansible Config part2 (#27448)Brian Coca2017-08-151-1/+1
* [passwordstore] Use builtin _random_password function instead of pwgen (#25843)3onyc2017-08-141-7/+7
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-301-123/+136
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-2/+2
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-6/+6
* Fix password lookup py3 plus alikins unittest additions refactoring (#17626)Toshio Kuratomi2016-09-191-103/+408
* Fix problem with "=" in the initial file path.Toshio Kuratomi2015-09-091-0/+136