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 34e6eed commit 0dcff4fCopy full SHA for 0dcff4f
docs/src/index.md
@@ -30,6 +30,11 @@ test files is necessary in order to switch to `ReTest`; it's often even
30
possible to use `ReTest` features without changing a line, e.g. on Julia's
31
`Base`/stdlib tests), cf. [Working with test files which use `Test`](@ref).
32
33
+`ReTest` is still at an early stage of development. If you like to use it
34
+for your packages, it's recommended to [keep your tests compatible with
35
+`Test`](@ref Keeping-the-ability-to-use-Test), so that they can be run through
36
+both frameworks (e.g. using `ReTest` interactively and `Test` in C.I.).
37
+
38
39
## Usage
40
0 commit comments