# test.sprak
Library for testing functions/programs.

## Usage
* TODO.

## Functions
### Imports
* equality.sprak

### `run_tests`
Runs unit tests that test for equality of outputs
#### Type
`string -> [[A, A]] -> void`
#### Arguments
* `name`: Name of the curent test.
* `tests`: Array of output pairs to compare.
#### Examples
```sprak
# TODO
```

## TODO
* Add option to copy output to clipboard.