You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently Frost's
resource.py
andclient.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.
The text was updated successfully, but these errors were encountered: