add timeout to suites and to tests
html file reporter
monotone file reporter
json console and file reporter
differ functionalities, diff, show pretty why an assert fails, diff between lists or strings for example
before, after each all with hooks a la Emacs
reports
choice of reporter can be via env variable
rackunit inspiration and reporting, asserts
feedback #1
testworks dylan inspiration reporting, asserts naming
test runner allow testing only things that match the name partially like in sbt testOnly *something*
benchmarking capabilities
test runner to auto discover files and to launch nicely
create good documentation, also in html / org mode for veritas api
add time taken for suites and for whole thing
record types for suites, test and assertion results
support running suites and tests mixed, also only suites, or only tests
fix assertion succesful collection nicely
configurable concurrent suite, and test, with fibers
add test and suite skips
shuffle suite, test and assertions
setup foundations
add line number on err