ansible/test/units/playbook
James Cammarata e64989beb4 Moving ConnectionInformation -> PlayContext
Also making PlayContext a child class of the Playbook Base class,
which gives it access to all of the FieldAttribute code to ensure
field values are correctly typed after post_validation

Fixes #11381
2015-07-21 12:13:50 -04:00
..
__init__.py
test_block.py Change asserts to assertIsInstance for better error messages 2015-05-08 13:49:10 -07:00
test_play.py Play.get_name: remove prefix, return name only 2015-07-20 12:41:39 +02:00
test_play_context.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
test_playbook.py Added tests for taggable module 2015-07-08 10:22:33 -04:00
test_role.py Update role unit tests for changes made to require a play during loading 2015-07-10 02:50:33 -04:00
test_taggable.py Added tests for taggable module 2015-07-08 10:22:33 -04:00
test_task.py