Testing

A clean bill of health from both unit tests and the linter is required for a successful automated build.

Unit Tests

To test the project, set the RSK environment variable to point at an RSK file:

$ export RSK=~/Downloads/some_rsk.rsk

Then run the unit tests:

$ make test

Linting

To analyze the project for errors with Pyflakes, use the lint make target:

$ make lint