Yesterday I decided to include some facilities I have written in 2022 for the Yoshimi-Testsuite. The intention is to use these as-is, and just to adapt them stylistically to the Lumiera code base. However — at least some basic documentation in the form of very basic unit-tests can be considered »acceptance criteria«
12 lines
222 B
Text
12 lines
222 B
Text
TESTING "Library Test Suite: calculation" ./test-suite --group=calculation
|
|
|
|
|
|
|
|
PLANNED "Data Table with CSV storage" DataCSV_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
PLANNED "Statistic and Regression" Statistic_test << END
|
|
return: 0
|
|
END
|