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.
2015-09-24 12:46:06 +03:00
..
__init__.py Add test/units/inventory with a few _split_pattern tests 2015-09-17 19:32:14 +05:30
test_host.py Bugfix: if you define a custom __eq__, you must define a __hash__ too 2015-09-24 12:46:06 +03:00
test_inventory.py Support «hosts: groupname[1:]» notation (~= 'the rest of the group') 2015-09-18 22:28:34 +05:30