An open API service indexing awesome lists of open source software.

https://github.com/joshthecoder/proof

An unit testing framework for the ooc programming language
https://github.com/joshthecoder/proof

Last synced: 5 months ago
JSON representation

An unit testing framework for the ooc programming language

Awesome Lists containing this project

README

          

Proof
=====
An unit testing framework for the ooc programming language.

Example
-------

import proof

test("mytest", func {
result := performMagic()
assert(result == "Wow!")
})