Enterprise-CMCS / macpro-platform-doc-conversion

Other
2 stars 0 forks source link

Macpro platform test #2

Closed berryd closed 2 years ago

berryd commented 2 years ago

Purpose

The purpose of this pull request is to repair the improper surfacing of failures, to refactor the libraries to enable unit testing, and to implement unit testing.

Approach

Error handling was adjusted to throw errors rather than return them such that the wrapper could surface the errors to a client. Functions were broken up to enable testing, and testing was implemented to ensure 100% unit testing code coverage.

Pull Request Creator Checklist