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 a39d37b commit 2288eabCopy full SHA for 2288eab
docs/src/index.md
@@ -251,6 +251,11 @@ should be fixable:
251
within other testsets; a work-around is to use [`@testset_macro`](@ref),
252
or to use only the `@test` and `@test_*` macros within these functions.
253
254
+* Interrupting running testsets with Control-C sometimes doesn't work well,
255
+ because of the use of multiple tasks in `retest`. There can also be
256
+ usability annoyances when some tests are failing. This will hopefully
257
+ be fixed _soon_.
258
+
259
260
#### Including files from within testsets
261
0 commit comments