ckoerber / lsqfit-gui

Graphical user interface for performing Bayesian Inference (Bayesian fits).
https://lsqfitgui.readthedocs.io
MIT License
1 stars 0 forks source link

Unittests #5

Closed ckoerber closed 3 years ago

ckoerber commented 3 years ago

It would be useful to write minimal tests which verify that expected behavior like

is verified.

This makes it easier to add new features without potentially inducing issues.

ckoerber commented 3 years ago

First tests have been implemented on the unittest branch. Since this depends on the prior array developments, Ill wait with merging.

ckoerber commented 3 years ago

See also https://github.com/seleniumbase/SeleniumBase/blob/master/.github/workflows/python-package.yml for automating them on GH actions.