Skip to content

Commit bc1ac78

Browse files
committed
docs: caveat that functions containing testsets don't work well
1 parent 0dcff4f commit bc1ac78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ should be fixable:
216216
overwritten and a warning is issued, unless `Revise` is loaded; the reason
217217
is the current implemented heuristic to allow `Revise` do its magic.
218218

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+
219223

220224
#### Including files from within testsets
221225

0 commit comments

Comments
 (0)