Testing
Skims unit tests
Unit tests in Skims focus on verifying the functionality of individual units or components of our software. Our unit test run in our CI/CD pipeline, every time a developer pushes changes to our repository. They also can be run locally. To run locally ...
Skims functional tests
To develop a functional test, follow the following steps: Generate a configuration file: Generate a configuration file that emulates the desired execution scenario. Store this file in kims/test/data/config. Implement test logic: In ...
Introduction
This section provides a comprehensive overview of the testing procedures employed for Skims. It outlines the types of tests utilized and the rationale behind their selection. We run the following tests: Unit tests: These tests target specific ...