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/v2/test/parsing
James Cammarata b0069a338e Overhauls to v2 code
* using inspect module instead of iteritems(self.__class__.__dict__, due
  to the fact that the later does not include attributes from parent
  classes
* added tags/when attributes to Base() class for use by all subclasses
* removed value/callable code from Attribute, as they are not used
* started moving some limited code from utils to new places in v2 tree
  (vault, yaml-parsing related defs)
* re-added ability of Block.load() to create implicit blocks from tasks
* started overhaul of Role class and role-related code
10 years ago
..
yaml Give all v2 tests the python3 compat boilerplate 10 years ago
__init__.py Give all v2 tests the python3 compat boilerplate 10 years ago
test_general.py Overhauls to v2 code 10 years ago
test_mod_args.py Give all v2 tests the python3 compat boilerplate 10 years ago