Adrien Crivelli
ec4098c8fd
Strict mode for all tests
...
While we might never be able to have 100% of our code strict, we can at
the very least do it for all of our tests. This ensures that our tests
are using our API with the types as intended by the test author, and not
silently be cast to what our API requires.
2023-09-07 17:44:56 +08:00
Mark Baker
2d8c8c8ecf
Trend unit tests ( #1899 )
...
- Move TREND() functions into the Statistical Trends class
- Unit tests for TREND()
- Create Confidence class for Statistical Confidence functions
2021-03-06 22:50:19 +01:00
Mark Baker
70e371189c
Move the trend functions from Statistical and into their own group class ( #1890 )
...
* Move the trend functions from Statistical and into their own group class
* Additional LINEST()/LOGEST() tests, and fix for the returned array
2021-03-03 12:51:50 +01:00
Mark Baker
9683e5be18
More unit tests for statistical functions, including a bugfix to LARGE() ( #1601 )
...
* More unit tests for statistical functions, including a bugfix to LARGE() that was identified in testing
2020-07-29 23:56:37 +02:00