-
Notifications
You must be signed in to change notification settings - Fork 10
Testing
Matt Steen edited this page Jan 30, 2024
·
2 revisions
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 testing verifies the interactions among the software components.
Integration testing is currently done from the test/regression
directory (see below).
Regression testing verifies that modifications have not caused unintended effects.
See the test/regression/README
.