changeset 731:dfbdb127d2d8 feature/selectable_tests

Remove method signature in docstring
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 17 Mar 2021 20:56:47 +0100
parents 840557a58ac0
children 6114274447f5
files test/runtests.jl
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/runtests.jl	Wed Mar 17 20:47:48 2021 +0100
+++ b/test/runtests.jl	Wed Mar 17 20:56:47 2021 +0100
@@ -3,7 +3,6 @@
 
 """
     run_testfiles()
-    run_testfiles(path)
     run_testfiles(path, globs)
 
 Find and run all files with filenames ending with "_test.jl". If `path` is omitted the test folder is assumed.