# Packages
Package client (in testing) allows tests to get a fake or real tdx-guest device.
# Functions
Match returns true if both errors match expectations closely enough.
TcDevice returns a mock device populated from test cases inputs and expected outputs.
TcQuoteProvider returns a mock quote provider populated from test cases inputs and expected outputs.
TestCases returns common test cases for get_report.
# Variables
PckCrlHeader is the response header for pck crl.
QeIdentityHeader is the response header for pck crl.
TcbInfoHeader is the response header for pck crl.
TestGetter is a local getter tied to the included sample quote.
# Structs
Device represents a fake tdx-guest device with pre-programmed responses.
GetQuoteResponse represents a mocked response to a command request.
GetReportResponse represents a mocked response to a command request.
Getter represents a static server for request/respond url -> body contents.
HTTPResponse represents structure for containing header and body.
TdxQuoteProvider represents a fake quote provider with pre-programmed responses.
TestCase represents a get_quote input/output test case.