All documented functionality of all functions should be checked by unit tests. I know that there are no checks that addSpecies() uses its interaction argument correctly because Samik has posted a bug report about that, but I am sure that there are many more tests missing. Help appreciated. No function can make it over to core mizer until it has a complete set of unit tests.
We also need some way to test the shiny app tuneParams().
All documented functionality of all functions should be checked by unit tests. I know that there are no checks that
addSpecies()
uses itsinteraction
argument correctly because Samik has posted a bug report about that, but I am sure that there are many more tests missing. Help appreciated. No function can make it over to core mizer until it has a complete set of unit tests.We also need some way to test the shiny app
tuneParams()
.