[go: nahoru, domu]

Skip to content

Commit

Permalink
Add @testset let... to the list of methods at the end of the docstr…
Browse files Browse the repository at this point in the history
…ing for `@testset` (JuliaLang#46188)

Co-authored-by: Keno Fischer <keno@juliacomputing.com>
  • Loading branch information
DilumAluthge and Keno committed Aug 1, 2022
1 parent dbae5a5 commit 35ac6e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/Test/src/Test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,7 @@ end
@testset [CustomTestSet] [option=val ...] ["description \$v"] for v in (...) ... end
@testset [CustomTestSet] [option=val ...] ["description \$v, \$w"] for v in (...), w in (...) ... end
@testset [CustomTestSet] [option=val ...] ["description \$v, \$w"] foo()
@testset let v = (...) ... end
# With begin/end or function call
Expand Down

0 comments on commit 35ac6e1

Please sign in to comment.