This package provides a UnitTest class that simplifies the creation of test suites with morpho.
To install the package clone this repository onto your computer in any convenient place:
git clone https://github.com/morpho-lang/morpho-unittest.git
then add the location of this repository to your .morphopackages file.
echo PACKAGEPATH >> ~/.morphopackages
where PACKAGEPATH is the location of the git repository.