We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcff4f commit bc1ac78Copy full SHA for bc1ac78
docs/src/index.md
@@ -216,6 +216,10 @@ should be fixable:
216
overwritten and a warning is issued, unless `Revise` is loaded; the reason
217
is the current implemented heuristic to allow `Revise` do its magic.
218
219
+* There is not yet a good solution to factor out testsets into functions called
220
+ within other testsets; a work-around is to use [`@testset_macro`](@ref),
221
+ or to use only the `@test` and `@test_*` macros within these functions.
222
+
223
224
#### Including files from within testsets
225
0 commit comments