Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed Nov 5, 2024
1 parent dc53ef7 commit 6cb04ba
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 16 deletions.
24 changes: 24 additions & 0 deletions test/code_quality_test.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
@testitem "Code quality (Aqua.jl)" begin
using Test
using Aqua

import T4ATemplate

@testset "Code quality (Aqua.jl)" begin
Aqua.test_all(T4ATemplate; unbound_args = false, deps_compat = false)
end

end

@testitem "Code linting (JET.jl)" begin
using Test
using JET

import T4ATemplate

if VERSION >= v"1.9"
@testset "Code linting (JET.jl)" begin
JET.test_package(T4ATemplate; target_defined_modules = true)
end
end
end
8 changes: 0 additions & 8 deletions test/test_with_aqua.jl

This file was deleted.

8 changes: 0 additions & 8 deletions test/test_with_jet.jl

This file was deleted.

0 comments on commit 6cb04ba

Please sign in to comment.