# Test Policy

Our test policy ensures the reliability and correctness of the Prism project through a robust unit testing framework. We use **HSpec** and **HSpec-Discovery** to structure and automate our test suite.

For more detailed information about Unit Tests, I recommend reading the section on [Unit tests](https://www.notion.so/o/eJfPwCHf6sn3EGSuCAUz/s/nxoSjVv7M58r7XZeDg9h/~/changes/8/test-policy/unit-tests). It provides a comprehensive explanation of our approach to unit testing and how it contributes to the overall quality of our software.

In addition, if you're interested in understanding our Continuous Integration and Deployment (CI/CD) pipeline, I suggest checking out the dedicated section [Continuous Integration and Deployment (CI/CD)](https://www.notion.so/o/eJfPwCHf6sn3EGSuCAUz/s/nxoSjVv7M58r7XZeDg9h/~/changes/8/test-policy/continuous-integration-and-deployment-ci-cd). This section outlines the steps and tools we use to automate the build, test, and deployment processes, ensuring efficient and reliable software delivery.

Lastly, if you'd like to explore the extent of our test coverage, feel free to visit the [Tests Coverage](https://www.notion.so/o/eJfPwCHf6sn3EGSuCAUz/s/nxoSjVv7M58r7XZeDg9h/~/changes/8/test-policy/tests-coverage) section. It provides insights into the scope and effectiveness of our testing efforts, giving you a better understanding of how thoroughly we validate our code.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fun-5.gitbook.io/glados-dev-docs/test-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
