summary refs log tree commit diff stats
path: root/lib/pure/unittest.nim
Commit message (Expand)AuthorAgeFilesLines
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-2/+2
* JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)hlaaftana2020-04-301-8/+9
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-3/+3
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-1/+1
* fix #6736: templates in unittest now show actual value (#13354)Miran2020-02-071-1/+1
* unittest add resetOutputFormatters proc (#13267)cooldome2020-01-281-0/+5
* Namespace unittest enums to avoid name conflicts (#12468) [backport]ducdetronquito2019-10-201-14/+14
* [backport] run nimpretty on the remaining filesnarimiran2019-09-301-26/+37
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* last stdlib cleanupsAraq2019-09-211-1/+6
* Add delOutputFormatter proc to unittest.nim (#12032)Chris Heller2019-09-031-1/+5
* Fix typo (#11910)Dmitry Matveyev2019-08-081-1/+1
* [bugfix] Make std/unittest compile with --styleCheck:error (#11762)Kaushal Modi2019-07-171-8/+8
* undeprecate system.programResult until we have a good solution at handAraq2019-06-031-1/+1
* introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)Andreas Rumpf2019-05-021-3/+3
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-2/+2
* fix #10261 unittest now returns 1 on error instead of buggy behavior (#10264)Timothee Cour2019-01-111-2/+2
* Give error when case has an else branch even though all cases are already cov...Neelesh Chandola2018-12-131-1/+0
* removes deprecated T/P typesAraq2018-11-161-2/+0
* make more tests greenAndreas Rumpf2018-08-131-2/+2
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-8/+5
* remove redundant test for nil before `add` (#8460)Timothee Cour2018-08-061-2/+0
* Added: type name output when exception raised from unittest (#7869)七秒不觉梦2018-05-281-3/+7
* unittest: default no color if stdout is not a tty (#7424)Xiao-Yong2018-04-121-4/+19
* Disable param filteringAlexander Ivanov2018-03-271-1/+6
* Add unittest suite/test name filtersFederico Ceratto2017-11-281-11/+80
* No implicit quit for Genode (#6515)Emery Hemingway2017-10-251-1/+1
* Improved unittest check macro, fixes #5784 (#6446)GULPF2017-09-301-41/+42
* Implement ability to run a single test using unittest module.Dominik Picheta2017-08-121-17/+38
* Reduce the scope of stackTrace var (#5583)Ruslan Mustakov2017-03-221-2/+1
* resolved unittest conflictAraq2017-03-181-72/+265
|\
| * Add support for custom test report formatters (#5556)Ruslan Mustakov2017-03-181-75/+268
* | overloading resolution for getAst; breaking changeAraq2017-03-181-4/+4
|/
* Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-03-031-0/+2
|\
| * Add comment on return valueFederico Ceratto2017-02-261-0/+2
* | nimsuggest supports prefix matching (first version)Araq2017-02-281-2/+1
|/
* Make use of `used` in unittest (#5410)Fabian Keller2017-02-251-6/+6
* Remove unnecessary colon in unittest.nim code exampleIvan Koster2017-02-241-1/+1
* Use default colors for test and suite namesDmitry Polienko2016-11-151-2/+2
* Improve unittest docsFederico Ceratto2016-10-231-3/+21
* unittest: Output suite name, nice formattingFelix Krause2016-08-231-8/+22
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-9/+9
* fixes #4494Andreas Rumpf2016-07-221-25/+28
* Implemented SKIPPED test statusRostyslav Dzinko2016-06-031-2/+25
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-1/+1
* Windows: fixes a regression; codegen might not know about & at this pointAraq2016-03-291-0/+0
* Moved teardown call to try block for namespace access reasonsRostyslav Dzinko2015-09-171-1/+2
* make testSetupIMPL and testTeardownIMPL non-publicfenekku2015-08-121-5/+4
* failed unittest check causes identifiers and calls to be printed outfenekku2015-08-121-10/+17
* Fix multiple requires in a testNycto2015-08-011-1/+1