summaryrefslogtreecommitdiff
path: root/test/units/parsing/test_dataloader.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid deprecated TestCase functions in unit tests. (#76678)Matt Clay2022-01-071-4/+4
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-111-6/+6
* Remove empty setUp/tearDown/tearDownClass methods in test classes.Mads Jensen2019-11-061-3/+0
* dataloader: unit tests (#50942)Abhijeet Kasurde2019-01-221-1/+92
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-121-2/+2
* Fixes #23680 bug with py3.x due to binary string handling (#23688)Miguel Ángel Ajo2017-09-091-0/+6
* Support multiple vault passwords (#22756)Adrian Likins2017-07-281-1/+4
* fix searched paths in DataLoader.path_dwim_relative (avoid AnsibleFileNotFoun...Pilou2017-07-201-0/+44
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-301-5/+4
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-2/+1
* Fix unit test dirs to match code under test.Matt Clay2016-11-101-0/+100