ansible / ansible-sdk

The Ansible SDK
Apache License 2.0
25 stars 14 forks source link

Add basic unit testing framework to CI #12

Closed Shrews closed 2 years ago

Shrews commented 2 years ago

Adds support for unit testing. Also adds one simple unit test to prove validity.

We use pip to install tox, rather than apt-get, because we need a newer version to recognize Python 10 and up.

Uses the deadsnakes Github action, per: https://github.com/deadsnakes/action

Akasurde commented 2 years ago

@Shrews Thanks for the contribution.