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
Sam Doran cd473dfb2f
play - validate hosts entries (#74147)
* Change tests to pytest-style tests
* Add tests for invalid hosts
* Validate host inputs
  - check for empty values
  - check for None
  - check for values that are not a sequence and are not strings
  - add unit tests

* Move play name setting to get_name() and out of load()
* Add _validate_hosts() method
  By defining this method, it gets called automatically by FieldAttributeBase.validate().
5 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration play - validate hosts entries (#74147) 5 years ago
lib/ansible_test ansible-test: exposes tiny_prefix variable 5 years ago
sanity Remove ignores that are resolved on devel 5 years ago
support updates links in comments to point to current docs (#74834) 5 years ago
units play - validate hosts entries (#74147) 5 years ago
utils/shippable Remove unused CI scripts. 5 years ago