We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df19161 commit 8f7f8e4Copy full SHA for 8f7f8e4
1 file changed
test/test_aqua.jl
@@ -1,4 +1,11 @@
1
+module AquaTests
2
+
3
+using BlockBandedMatrices
4
+using Test
5
6
import Aqua
7
@testset "Project quality" begin
- Aqua.test_all(BlockBandedMatrices, ambiguities=false, piracies=false)
8
+ Aqua.test_all(BlockBandedMatrices, ambiguities=false, piracies=(; broken=true,))
9
+end
10
11
end
0 commit comments