File tree Expand file tree Collapse file tree 1 file changed +40
-11
lines changed Expand file tree Collapse file tree 1 file changed +40
-11
lines changed Original file line number Diff line number Diff line change @@ -166,26 +166,55 @@ Here it is for basic usage!
166
166
CurrentModule = ReTest
167
167
```
168
168
169
- * [ ` retest ` ] ( @ref )
170
- * [ ` not ` ] ( @ref )
171
- * [ ` interpolated ` ] ( @ref )
172
- * [ ` reachable ` ] ( @ref )
173
- * [ ` depth ` ] ( @ref )
169
+ * [ Defining tests] ( @ref )
170
+ * [ Running tests] ( @ref )
171
+ * [ Loading tests] ( @ref )
172
+ * [ Filtering tests] ( @ref )
173
+
174
+ ### Defining tests
175
+
174
176
* [ ` @testset ` ] ( @ref )
175
177
* [ ` @testset_macro ` ] ( @ref )
176
- * [ ` load ` ] ( @ref )
178
+
179
+ ``` @docs
180
+ @testset
181
+ @testset_macro
182
+ ```
183
+
184
+ ### Running tests
185
+
186
+ * [ ` retest ` ] ( @ref )
177
187
* [ ` watch ` ] ( @ref )
178
188
179
189
``` @docs
180
190
retest
191
+ watch
192
+ ```
193
+
194
+ ### Loading tests
195
+
196
+ * [ ` load ` ] ( @ref )
197
+ * [ ` hijack ` ] ( @ref )
198
+ * [ ` hijack_base ` ] ( @ref )
199
+
200
+ Cf. [ Working with test files which use Test] ( @ref ) for ` hijack ` and ` hijack_base ` .
201
+
202
+ ``` @docs
203
+ load
204
+ ```
205
+
206
+ ### Filtering tests
207
+
208
+ * [ ` not ` ] ( @ref )
209
+ * [ ` reachable ` ] ( @ref )
210
+ * [ ` interpolated ` ] ( @ref )
211
+ * [ ` depth ` ] ( @ref )
212
+
213
+ ``` @docs
181
214
not
182
- interpolated
183
215
reachable
216
+ interpolated
184
217
depth
185
- @testset
186
- @testset_macro
187
- load
188
- watch
189
218
```
190
219
191
220
You can’t perform that action at this time.
0 commit comments