index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
unittest.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-3
/
+3
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
1
-45
/
+41
*
replace `doAssert false` with `raiseAssert` in lib, which works better with s...
ringabout
2023-08-11
1
-1
/
+1
*
fixes #22163; use `{.push warning[BareExcept]:off.}` to override settings tem...
ringabout
2023-06-27
1
-4
/
+8
*
js -r defines nodejs & program result undeclared if unavailable (#21849)
metagn
2023-05-24
1
-0
/
+6
*
fixes unittest warnings (#21271)
ringabout
2023-01-18
1
-0
/
+4
*
[unittest] remove unnecessay export for testing (#20868)
ringabout
2022-12-01
1
-2
/
+0
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+3
*
Pass check condition directly to if (#20217)
Dan Rose
2022-08-15
1
-2
/
+6
*
Remove confusing <//> (#17830)
flywind
2021-04-26
1
-3
/
+3
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-4
/
+4
*
remove deprecated stuff in unittest module (#17156)
flywind
2021-02-24
1
-38
/
+30
*
clean up old codes (#17071)
flywind
2021-02-17
1
-1
/
+1
*
fix #16978 unittest js foreign exception (#16998)
Timothee Cour
2021-02-13
1
-3
/
+8
*
Documentation only Testament unittest (#16532)
Juan Carlos
2021-01-01
1
-9
/
+13
*
fix #16474 `unittest.check type1 is type2` gives CT error (#16476)
flywind
2020-12-27
1
-1
/
+2
*
unittest: use defines instead of env vars (#16165)
Timothee Cour
2020-12-10
1
-35
/
+55
*
Tiny unittest doc fix
Clyybber
2020-11-05
1
-3
/
+2
*
document #15618 (#15810)
flywind
2020-11-05
1
-0
/
+9
*
support par expression as checkpoint (#15802)
flywind
2020-10-31
1
-1
/
+1
*
update unittest docs with correct exit code info (#15502)
Serban Constantin
2020-10-06
1
-2
/
+2
*
Clean up macros (#14959)
Juan Carlos
2020-07-14
1
-1
/
+1
*
fix #14475; unittest.require now works with `nim c`; require and check now wo...
Timothee Cour
2020-07-14
1
-7
/
+6
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
1
-3
/
+2
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-2
/
+2
*
JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)
hlaaftana
2020-04-30
1
-8
/
+9
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-3
/
+3
*
StringStream & more stdlib modules support for JS/NimScript (#14095)
hlaaftana
2020-04-28
1
-1
/
+1
*
fix #6736: templates in unittest now show actual value (#13354)
Miran
2020-02-07
1
-1
/
+1
*
unittest add resetOutputFormatters proc (#13267)
cooldome
2020-01-28
1
-0
/
+5
*
Namespace unittest enums to avoid name conflicts (#12468) [backport]
ducdetronquito
2019-10-20
1
-14
/
+14
*
[backport] run nimpretty on the remaining files
narimiran
2019-09-30
1
-26
/
+37
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
last stdlib cleanups
Araq
2019-09-21
1
-1
/
+6
*
Add delOutputFormatter proc to unittest.nim (#12032)
Chris Heller
2019-09-03
1
-1
/
+5
*
Fix typo (#11910)
Dmitry Matveyev
2019-08-08
1
-1
/
+1
*
[bugfix] Make std/unittest compile with --styleCheck:error (#11762)
Kaushal Modi
2019-07-17
1
-8
/
+8
*
undeprecate system.programResult until we have a good solution at hand
Araq
2019-06-03
1
-1
/
+1
*
introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)
Andreas Rumpf
2019-05-02
1
-3
/
+3
*
Fix header inconsistencies in documentation (#11071)
Zed
2019-04-23
1
-2
/
+2
*
fix #10261 unittest now returns 1 on error instead of buggy behavior (#10264)
Timothee Cour
2019-01-11
1
-2
/
+2
*
Give error when case has an else branch even though all cases are already cov...
Neelesh Chandola
2018-12-13
1
-1
/
+0
*
removes deprecated T/P types
Araq
2018-11-16
1
-2
/
+0
*
make more tests green
Andreas Rumpf
2018-08-13
1
-2
/
+2
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-8
/
+5
*
remove redundant test for nil before `add` (#8460)
Timothee Cour
2018-08-06
1
-2
/
+0
*
Added: type name output when exception raised from unittest (#7869)
七秒不觉梦
2018-05-28
1
-3
/
+7
*
unittest: default no color if stdout is not a tty (#7424)
Xiao-Yong
2018-04-12
1
-4
/
+19
*
Disable param filtering
Alexander Ivanov
2018-03-27
1
-1
/
+6
*
Add unittest suite/test name filters
Federico Ceratto
2017-11-28
1
-11
/
+80
[next]