You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/inventory
Marius Gedminas 0624797375 Bugfix: if you define a custom __eq__, you must define a __hash__ too
Also, on Python 3 the stock object.__hash__ raises an error ("unhashable
type"), and we have code that uses Host instances as dict keys.
9 years ago
..
__init__.py Add test/units/inventory with a few _split_pattern tests 9 years ago
test_host.py Bugfix: if you define a custom __eq__, you must define a __hash__ too 9 years ago
test_inventory.py Support «hosts: groupname[1:]» notation (~= 'the rest of the group') 9 years ago