comparison test/runtests.jl @ 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 e279c53eb647
comparison
equal deleted inserted replaced
730:840557a58ac0 731:dfbdb127d2d8
1 using Test 1 using Test
2 using Glob 2 using Glob
3 3
4 """ 4 """
5 run_testfiles() 5 run_testfiles()
6 run_testfiles(path)
7 run_testfiles(path, globs) 6 run_testfiles(path, globs)
8 7
9 Find and run all files with filenames ending with "_test.jl". If `path` is omitted the test folder is assumed. 8 Find and run all files with filenames ending with "_test.jl". If `path` is omitted the test folder is assumed.
10 The argument `globs` can optionally be supplied to filter which test files are run. 9 The argument `globs` can optionally be supplied to filter which test files are run.
11 """ 10 """