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
- Host: GitHub
- URL: https://github.com/joshthecoder/proof
- Owner: joshthecoder
- License: mit
- Created: 2010-03-28T00:59:18.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2011-02-04T13:51:25.000Z (over 15 years ago)
- Last Synced: 2025-06-14T00:03:24.089Z (about 1 year ago)
- Language: ooc
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!")
})