summaryrefslogtreecommitdiffstats
path: root/test/units/module_utils/basic/test_tmpdir.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous pylint ignore (#83257)Abhijeet Kasurde2024-06-111-2/+0
* Remove unused/unreachable unit test code (#82160)Matt Clay2023-11-071-2/+0
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-021-1/+1
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-3/+1
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Prefer unittest.mock over mock. (#77886)Matt Clay2022-05-231-1/+1
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-231-1/+1
* Clean up unit test boilerplate.Matt Clay2020-06-221-1/+1
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-131-1/+1
* AnsiballZ improvementsToshio Kuratomi2018-07-271-6/+14
* Fix remote_tmp when become with non admin user (#42396)Jordan Borean2018-07-061-1/+23
* Module basic.py to create parent dirs of tmpdir if needed (#40201)Jordan Borean2018-05-171-2/+29
* create module tmpdir based on remote_tmp (#39833)Jordan Borean2018-05-151-0/+62