index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
inventory
/
test_host.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+1
*
Require `from __future__ import annotations` (#81902)
Matt Clay
2023-10-05
1
-2
/
+1
*
Fix pointless statements in unit tests (#79940)
Matt Clay
2023-02-07
1
-4
/
+4
*
Clean up unit test boilerplate.
Matt Clay
2020-06-22
1
-0
/
+4
*
Clean up unit tests to assist with migration. (#67875)
Matt Clay
2020-02-29
1
-0
/
+108
*
Feature/test inventory (#30707)
Hervé Beraud
2017-10-03
1
-108
/
+0
*
Transition inventory into plugins (#23001)
Brian Coca
2017-05-23
1
-30
/
+0
*
Update module_utils.six to latest (#22855)
Toshio Kuratomi
2017-03-23
1
-1
/
+1
*
Add lots of test cases to inventory/test_host.py (#17827)
Adrian Likins
2016-11-29
1
-1
/
+103
*
Changing up how host (in)equality is checked
James Cammarata
2015-12-04
1
-3
/
+1
*
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