LUMIERA.clone/tests/16calculation.tests
Ichthyostega 599407deea Library: complete coverage of CSV data table including storage
also encompasses some coverage for the simplistic CSV format
implemented as storage backend for this data table
2024-03-15 02:45:45 +01:00

17 lines
285 B
Text

TESTING "Library Test Suite: calculation" ./test-suite --group=calculation
TEST "Data Table with CSV storage" DataCSV_test <<END
return: 0
END
PLANNED "Statistic and Regression" Statistic_test << END
return: 0
END
TEST "Random numbers and Seed" Random_test << END
return: 0
END