Skip to content

Commit 0dcff4f

Browse files
committed
docs: warn about the alpha-ness of the package
1 parent 34e6eed commit 0dcff4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ test files is necessary in order to switch to `ReTest`; it's often even
3030
possible to use `ReTest` features without changing a line, e.g. on Julia's
3131
`Base`/stdlib tests), cf. [Working with test files which use `Test`](@ref).
3232

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

3439
## Usage
3540

0 commit comments

Comments
 (0)