Skip to content

Commit e31e795

Browse files
committed
Show testing progress with TestSetExtensions
1 parent 08d13d4 commit e31e795

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ IJulia = "1.25"
3232
Logging = "0, 1"
3333
Preferences = "1"
3434
StatsModels = "0.6, 0.7"
35+
TestSetExtensions = "3"
3536
Weave = "0.10"
3637
WinReg = "0.2, 0.3, 1"
3738
julia = "1.10"
@@ -46,7 +47,8 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
4647
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
4748
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4849
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
50+
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
4951
Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
5052

5153
[targets]
52-
test = ["Dates", "AxisArrays", "REPL", "Test", "Random", "CondaPkg", "Pkg", "Logging", "IJulia", "Weave"]
54+
test = ["Dates", "AxisArrays", "REPL", "Test", "Random", "CondaPkg", "Pkg", "Logging", "IJulia", "Weave", "TestSetExtensions"]

test/runtests.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
using RCall
22
using Logging
33
using Test
4+
using TestSetExtensions
45

56
using DataStructures: OrderedDict
67
using RCall: RClass
78

8-
@testset "installation" begin
9+
@testset ExtendedTestSet "installation" begin
910
include("installation.jl")
1011
end
1112

@@ -41,7 +42,7 @@ println(R"sessionInfo()")
4142

4243
println(R"l10n_info()")
4344

44-
@testset "RCall" begin
45+
@testset ExtendedTestSet "RCall" begin
4546

4647
# https://github.com/JuliaStats/RCall.jl/issues/68
4748
@test hd == homedir()

0 commit comments

Comments
 (0)