ansible/v2/test
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
2014-10-20 13:11:20 -05:00
..
errors Updating unittests for v2 stuff 2014-10-15 18:02:45 -07:00
parsing Overhauls to v2 code 2014-10-20 13:11:20 -05:00
playbook Overhauls to v2 code 2014-10-20 13:11:20 -05:00
plugins Moved v2 tests for plugins to new location 2014-10-16 08:55:44 -07:00
__init__.py Give all v2 tests the python3 compat boilerplate 2014-10-15 19:25:48 -04:00
compat.py Give all v2 tests the python3 compat boilerplate 2014-10-15 19:25:48 -04:00
test.yml Somehow, git mv only rm'd test/v2 and didn't add v2/test 2014-10-15 18:35:16 -04:00