summaryrefslogtreecommitdiffstats
path: root/test/units/inventory/test_host.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 compat (via six) from unit testsMatt Clay2023-11-021-2/+1
* 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-2/+1
* Fix pointless statements in unit tests (#79940)Matt Clay2023-02-071-4/+4
* Clean up unit test boilerplate.Matt Clay2020-06-221-0/+4
* Clean up unit tests to assist with migration. (#67875)Matt Clay2020-02-291-0/+108
* Feature/test inventory (#30707)Hervé Beraud2017-10-031-108/+0
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-30/+0
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* Add lots of test cases to inventory/test_host.py (#17827)Adrian Likins2016-11-291-1/+103
* Changing up how host (in)equality is checkedJames Cammarata2015-12-041-3/+1
* 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