Skip to content

Commit 8f7f8e4

Browse files
authored
Separate module for Aqua tests (#233)
* Separate module for Aqua tests * Trailing newline
1 parent df19161 commit 8f7f8e4

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

test/test_aqua.jl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
module AquaTests
2+
3+
using BlockBandedMatrices
4+
using Test
5+
16
import Aqua
27
@testset "Project quality" begin
3-
Aqua.test_all(BlockBandedMatrices, ambiguities=false, piracies=false)
8+
Aqua.test_all(BlockBandedMatrices, ambiguities=false, piracies=(; broken=true,))
9+
end
10+
411
end

0 commit comments

Comments
 (0)