pytest documentation, pytest-dev team, 2024 - Official documentation for the pytest framework, offering complete guides on writing and running unit tests in Python, including features and practices.
LangChain Documentation, LangChain Team, 2024 - Official documentation for the LangChain framework, valuable for understanding components like PromptTemplates, Output Parsers, and Text Splitters used in LLM application development.
Test-Driven Development: By Example, Kent Beck, 2002 (Addison-Wesley Professional) - A book that introduces the principles and practice of Test-Driven Development (TDD), focusing on writing tests before code to enhance design, reduce errors, and offer rapid feedback for deterministic components.