Skip to content

Commit 608f947

Browse files
authored
[docs] Add runtests call in mock package (#82)
Because the call to `runtests` was missing, the tests in the section about interactive use were not actually run at all.
1 parent 55b25d8 commit 608f947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/MyPackage/test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
using MyPackage
22
using ParallelTestRunner
3+
4+
runtests(MyPackage, ARGS)

0 commit comments

Comments
 (0)