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.
Currently Frost's
resource.pyandclient.pyfiles, 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.