Updates large language models with context about the most recent pytest results.
This tool enhances LLMs by providing them with context from the latest pytest runs. It consists of a Node.js server, pytest configuration, and JavaScript/Python SDKs. The server processes pytest results, recording session starts, test outcomes, and session finishes. This information is then structured to provide LLMs with valuable insights into test execution and failures, improving their understanding and response capabilities.