frost
frost copied to clipboard
Improve unit testing of Frost's API interactions
trafficstars
Currently Frost's resource.py and client.py files, which are used for actually retrieving resources from services like AWS, are completely untested within our unit testing in CI.
We should start using something like moto or similar to create tests for these files.
related to #415