Major API Update
- Updated internal API to use ataraxis-base-utilities 2.0.1 which includes radical changes to Console class API.
- Fixed minor bugs and text errors in source code and metadata files.
- Expanded ReadMe to include a detailed 'Usage' section that lists all available automation tox commands.
- Improved code-coverage to reach 100% base function coverage. Excluded all cli function from automated test coverage, but verified they work as expected on all supported platforms through manual testing.
- Added 'provision' tox task (provision-env cli function) to allow 'soft' environment resetting by purging and reinstalling all project dependencies.
The primary reason behind the major update is due to not-backward-compatible changes to Console class introduced in ataraxis-base-utilities 2.0.1. Since both our base packages are cross-dependent, a major change for the API of one package necessitates a major change to the API of the other package.
**Full Changelog**: https://github.com/Sun-Lab-NBB/ataraxis-automation/compare/2.1.0...3.0.1