summaryrefslogtreecommitdiff
path: root/test/units/inventory
Commit message (Expand)AuthorAgeFilesLines
* Clean up unit tests to assist with migration. (#67875)Matt Clay2020-02-282-0/+260
* Feature/test inventory (#30707)Hervé Beraud2017-10-023-283/+0
* INI inventory plugin: add documentation about variable types (#25798)Pilou2017-07-131-3/+17
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-301-5/+6
* Transition inventory into plugins (#23001)Brian Coca2017-05-232-50/+7
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* Inventory default groups 'all' and 'ungrouped': add tests and documentation (...Pilou2017-03-051-2/+58
* Add lots of test cases to inventory/test_host.py (#17827)Adrian Likins2016-11-291-1/+103
* Add empty-init code-smell script. (#18406)Matt Clay2016-11-071-21/+0
* Changing up how host (in)equality is checkedJames Cammarata2015-12-041-3/+1
* implemented inventory_hostname lookup in v2Brian Coca2015-10-151-2/+2
* Add basic tests for expand_hostname_rangeAbhijit Menon-Sen2015-09-301-0/+17
* Bugfix: if you define a custom __eq__, you must define a __hash__ tooMarius Gedminas2015-09-241-0/+3
* Bugfix: if you define __eq__, you should define __ne__ tooMarius Gedminas2015-09-241-0/+35
* Support «hosts: groupname[1:]» notation (~= 'the rest of the group')Abhijit Menon-Sen2015-09-181-0/+3
* Add some tests for split/apply_subscriptAbhijit Menon-Sen2015-09-181-0/+28
* Add more tests for _split_pattern for when the input is a listVictor Salgado2015-09-171-0/+11
* Add test/units/inventory with a few _split_pattern testsAbhijit Menon-Sen2015-09-172-0/+79