An unit testing framework for the ooc programming language
ooc
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= examples
carview.php?tsp= proof
carview.php?tsp= .gitignore
carview.php?tsp= LICENSE
carview.php?tsp= README.md
carview.php?tsp= proof.ooc
carview.php?tsp= proof.use

README.md

Proof

An unit testing framework for the ooc programming language.

Example

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