summary refs log tree commit diff stats
path: root/tests/stdlib/tircbot.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixed minor bugs; cleaned up testsAraq2015-02-121-453/+0
|
* Clean up tests/stdlibdef2015-02-041-26/+27
| | | | | | | 2 tests still fail: - tircbot would need a benign pragma because of the locks - tgetfileinfo uses os.getFileInfo() on nil, which segfaults instead of throwing an exception as the tester expects
* further adaptationsAraq2014-08-291-3/+3
|
* fix some trivial errors in the test suite and some more regressions caused ↵Zahary Karadjov2014-02-181-1/+1
| | | | by tyTypeDesc[tyNone]
* Changed tests and tools to use 'discard' statements instead of 'nil' for ↵Clay Sweetser2014-02-151-4/+4
| | | | empty blocks.
* new tester; all tests categorizedAraq2014-01-131-0/+452