Add support for setup targets to ansible-test. (#28544)

* Add support for setup targets to ansible-test.
* Code cleanup.
This commit is contained in:
Matt Clay
2017-08-23 14:09:50 -04:00
committed by GitHub
parent 282e743eb0
commit 5ea8a5e34b
6 changed files with 99 additions and 37 deletions

View File

@@ -10,6 +10,7 @@ from lib.util import (
from lib.diff import (
parse_diff,
FileDiff,
)