Switch tests to pytest and ansible-test.

- Replace nose usage with pytest.
- Remove legacy Shippable integration.sh.
- Update Makefile to use pytest and ansible-test.
- Convert most yield unit tests to pytest parametrize.
This commit is contained in:
Matt Clay 2017-01-11 12:03:26 -08:00
commit cd3fdca540
13 changed files with 199 additions and 367 deletions

View file

@ -14,3 +14,4 @@ six
unittest2
mock
nose
pytest