Skip to content

Commit

Permalink
use TestSetExtensions to show test progress
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Feb 6, 2024
1 parent d14e7b4 commit 2e1d0ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ Aqua = "0.6"
Statistics = "1"
StatsBase = "0.33, 0.34"
StatsModels = "0.7"
TestSetExtensions = "3"
julia = "1.6"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"

[targets]
test = ["Aqua", "Test"]
test = ["Aqua", "Test", "TestSetExtensions"]
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ using StatsModels
using StatsBase
using Statistics
using Test
using TestSetExtensions

string_mime(mime, x) = sprint(show, mime, x)

@testset "StandardizedPredictors.jl" begin
@testset ExtendedTestSet "StandardizedPredictors.jl" begin
@testset "Aqua" begin
# technically we're pirating StatsBase.zscore(::AbstractTerm)
Aqua.test_all(StandardizedPredictors; ambiguities=false, piracy=false)
Expand Down

0 comments on commit 2e1d0ec

Please sign in to comment.