GlaDOS dev-docs
  • Introduction
  • Getting started
    • Pre-requisite
    • Installation
    • Creating our first function
  • Prism's Features
  • Prism Compiler
  • Prism Bytecode File Structure
  • Exeption Handling
  • Grammar language
  • Test Policy
    • Unit & integration tests
    • Continuous Integration and Deployment (CI/CD)
  • Appendix
Powered by GitBook
On this page

Test Policy

Last updated 1 year ago

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 . 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 . 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 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.

Unit tests
Continuous Integration and Deployment (CI/CD)
Tests Coverage