Skip to content

aviate-labs/testing.mo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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'.