index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
inventory
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update triple single quotes to triple double quotes (#84099)
Matt Clay
2024-10-09
1
-2
/
+2
*
Remove Python 2 compat (via six) from unit tests
Matt Clay
2023-11-02
1
-2
/
+1
*
Remove Python 2.x compat from unit tests (#82109)
Matt Clay
2023-11-02
2
-2
/
+2
*
Require `from __future__ import annotations` (#81902)
Matt Clay
2023-10-05
2
-4
/
+2
*
Fix pointless statements in unit tests (#79940)
Matt Clay
2023-02-07
1
-4
/
+4
*
Fix pytest collection during test_host partial run
Sviatoslav Sydorenko
2022-08-19
1
-0
/
+0
*
Clean up unit test boilerplate.
Matt Clay
2020-06-22
2
-0
/
+7
*
Clean up unit tests to assist with migration. (#67875)
Matt Clay
2020-02-29
2
-0
/
+260
*
Feature/test inventory (#30707)
Hervé Beraud
2017-10-03
3
-283
/
+0
*
INI inventory plugin: add documentation about variable types (#25798)
Pilou
2017-07-13
1
-3
/
+17
*
test/: PEP8 compliancy (#24803)
Dag Wieers
2017-05-30
1
-5
/
+6
*
Transition inventory into plugins (#23001)
Brian Coca
2017-05-23
2
-50
/
+7
*
Update module_utils.six to latest (#22855)
Toshio Kuratomi
2017-03-23
1
-1
/
+1
*
Inventory default groups 'all' and 'ungrouped': add tests and documentation (...
Pilou
2017-03-05
1
-2
/
+58
*
Add lots of test cases to inventory/test_host.py (#17827)
Adrian Likins
2016-11-29
1
-1
/
+103
*
Add empty-init code-smell script. (#18406)
Matt Clay
2016-11-08
1
-21
/
+0
*
Changing up how host (in)equality is checked
James Cammarata
2015-12-04
1
-3
/
+1
*
implemented inventory_hostname lookup in v2
Brian Coca
2015-10-15
1
-2
/
+2
*
Add basic tests for expand_hostname_range
Abhijit Menon-Sen
2015-09-30
1
-0
/
+17
*
Bugfix: if you define a custom __eq__, you must define a __hash__ too
Marius Gedminas
2015-09-24
1
-0
/
+3
*
Bugfix: if you define __eq__, you should define __ne__ too
Marius Gedminas
2015-09-24
1
-0
/
+35
*
Support «hosts: groupname[1:]» notation (~= 'the rest of the group')
Abhijit Menon-Sen
2015-09-18
1
-0
/
+3
*
Add some tests for split/apply_subscript
Abhijit Menon-Sen
2015-09-18
1
-0
/
+28
*
Add more tests for _split_pattern for when the input is a list
Victor Salgado
2015-09-17
1
-0
/
+11
*
Add test/units/inventory with a few _split_pattern tests
Abhijit Menon-Sen
2015-09-17
2
-0
/
+79