summary refs log tree commit diff stats
path: root/lib/pure/unittest.nim
Commit message (Collapse)AuthorAgeFilesLines
* *Pimped up* the test runner with colorful outputZahary Karadjov2011-10-071-2/+6
| | | | Added: terminal.styledEcho macro
* Cleaned up the circular dependecies and remaining issuesZahary Karadjov2011-10-071-16/+5
| | | | Changed: The []= operator for strings and sequences is now capable of splicing
* Basic unit testing facilities (suites, fixtures, cases)Zahary Karadjov2011-10-071-0/+157
Added: PNimrodNode.lineinfo for better error messages from macros Added: seq.splice For easier use from templates and macros, except stament now supports the list of exception types to be supplied in nkBraket node (array literal).