summary refs log tree commit diff stats
path: root/tests/stdlib/tunittest.nim
Commit message (Expand)AuthorAgeFilesLines
* make tests more robust; tests should be deterministic, no randomize() calls i...Araq2019-01-131-1/+0
* closes #5252Araq2018-09-031-0/+19
* Add unittest suite/test name filtersFederico Ceratto2017-11-281-0/+38
* Improved unittest check macro, fixes #5784 (#6446)GULPF2017-09-301-6/+21
* Reduce the scope of stackTrace var (#5583)Ruslan Mustakov2017-03-221-0/+7
* Make use of `used` in unittest (#5410)Fabian Keller2017-02-251-3/+12
* fixes #4494Andreas Rumpf2016-07-221-0/+6
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-1/+1
* fixing unittestPeter Mora2015-10-061-1/+1
* make testSetupIMPL and testTeardownIMPL non-publicfenekku2015-08-121-0/+45
* Fix multiple requires in a testNycto2015-08-011-0/+5
* document unittest.nim + code agreementfenekku2015-07-091-0/+14
* Fix #964, fix #1384Flaviu Tamas2015-05-261-0/+16
* Don't inspect typedescsFlaviu Tamas2015-05-261-0/+5
etty.nim?h=devel&id=1101a40f91880b6cd1f0807d2b272eda7b5c9491'>1101a40f9 ^
6810a0e3e ^
c53a27f0d ^









490371977 ^
c53a27f0d ^


ef975d277 ^
1a792d46d ^



6810a0e3e ^
2df9b442c ^




6810a0e3e ^



2df9b442c ^
1a792d46d ^


2df9b442c ^


1a792d46d ^


6810a0e3e ^



fd2a80826 ^

2df9b442c ^
fd2a80826 ^
6810a0e3e ^
6810a0e3e ^

2df9b442c ^







6810a0e3e ^





8925d0e10 ^
e5be2e9f9 ^

8925d0e10 ^
e5be2e9f9 ^
c5dbcb548 ^
2df9b442c ^
c5dbcb548 ^
569fbe8c3 ^
b731e6ef1 ^
569fbe8c3 ^
2df9b442c ^
c5dbcb548 ^







b731e6ef1 ^
d330a72a4 ^
3c818c89b ^
2df9b442c ^



dbf9117c5 ^

2df9b442c ^


3c818c89b ^
2df9b442c ^
3c818c89b ^

2df9b442c ^

dbf9117c5 ^
2df9b442c ^





dbf9117c5 ^
3c818c89b ^

22fb9db84 ^
d330a72a4 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144