showstopper / woot

unit testing system written in ooc (candidate for the ooc compiler test suite)

Home Page:http://ooc-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

woot is a unit testing system written in ooc.

When feature-complete, it will be used as the official unit
testing system of the ooc compiler test suite.

Governing principles:
  * File-based
  * For each test, can specify "should compile (or not)", with which error message,
  "should run (or not)", "should segfault", "should throw exception"
  * Generate nice text (commandline) summaries, HTML summaries, etc. Possibility
  to maintain a history of failed/passed tests.

For explanations on how it should work, read the README files in every directory,
and testsuite.woot

About

unit testing system written in ooc (candidate for the ooc compiler test suite)

http://ooc-lang.org/


Languages

Language:ooc 100.0%