Home

Awesome

Testing Framework for Motoko

Inspired by Mocha and Chai šŸµ.

Example

# cd example
# $(vessel bin)/moc -r $(vessel sources) test/add.test.mo
$(vessel bin)/moc -r test/add.test.mo
šŸ“„ Add
  0. šŸŸ¢ add 2
  
  šŸ’¬ expected: 12, actual: 10
  1. šŸ›‘ oops...

šŸŸ¢ 1/2 | šŸ›‘ 1/2

Modules

Testify

A module to make a types test 'ready'.