From baf04eb421a45c0c6020e6a3ddf18bb6789cf6c0 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Sat, 10 Jan 2026 16:46:16 +0400 Subject: [PATCH 1/2] Separate module for Aqua tests --- test/test_aqua.jl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test/test_aqua.jl b/test/test_aqua.jl index 75b6589..37eaf34 100644 --- a/test/test_aqua.jl +++ b/test/test_aqua.jl @@ -1,4 +1,11 @@ +module AquaTests + +using BlockBandedMatrices +using Test + import Aqua @testset "Project quality" begin - Aqua.test_all(BlockBandedMatrices, ambiguities=false, piracies=false) + Aqua.test_all(BlockBandedMatrices, ambiguities=false, piracies=(; broken=true,)) end + +end \ No newline at end of file From 1ab531aa803be337d90b0a80e4889798ca3ebf17 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Sat, 10 Jan 2026 16:46:53 +0400 Subject: [PATCH 2/2] Trailing newline --- test/test_aqua.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_aqua.jl b/test/test_aqua.jl index 37eaf34..3d923c0 100644 --- a/test/test_aqua.jl +++ b/test/test_aqua.jl @@ -8,4 +8,4 @@ import Aqua Aqua.test_all(BlockBandedMatrices, ambiguities=false, piracies=(; broken=true,)) end -end \ No newline at end of file +end