Skip to content

Testing

Matt Steen edited this page Jan 30, 2024 · 2 revisions

Unit

Unit testing verifies the functioning in isolation of software elements that are separately testable.

This should be done for each Measure in the source repository, not in this repository.

Integration

Integration testing verifies the interactions among the software components.

Integration testing is currently done from the test/regression directory (see below).

Regression

Regression testing verifies that modifications have not caused unintended effects.

See the test/regression/README.

Clone this wiki locally