Closed Shrews closed 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.
pip
apt-get
Uses the deadsnakes Github action, per: https://github.com/deadsnakes/action
deadsnakes
@Shrews Thanks for the contribution.
Adds support for unit testing. Also adds one simple unit test to prove validity.
We use
pip
to install tox, rather thanapt-get
, because we need a newer version to recognize Python 10 and up.Uses the
deadsnakes
Github action, per: https://github.com/deadsnakes/action