Testing
You can define tests using ert, then use a bash script to load the module and run the tests. Examples:
For continuous testing during development, run this (requires cargo-watch
):
bin/test watch
A future version will have tighter integration with either cargo
or Cask.