Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 626 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 626 Bytes

Morpho-unittest

This package provides a UnitTest class that simplifies the creation of test suites with morpho.

Installation and Prerequisites

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.

Usage

See the help document, and the examples folder.