Skip to content

Commit

Permalink
Remove code formatting test (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill authored Sep 19, 2024
1 parent 0d18e3d commit ca8cca8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/Format.yml

This file was deleted.

1 change: 0 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using PlutoTeachingTools
using Test
using JuliaFormatter

using Markdown

@testset verbose = true "PlutoTeachingTools.jl" begin
Expand Down
5 changes: 0 additions & 5 deletions test/test_linting.jl
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
using PlutoTeachingTools
using Test

using JuliaFormatter: JuliaFormatter
using Aqua: Aqua
using JET: JET
using ExplicitImports: ExplicitImports

@testset "Code formatting" begin
@test JuliaFormatter.format(PlutoTeachingTools; verbose=false, overwrite=false)
end

@testset "Aqua tests" begin
Aqua.test_all(PlutoTeachingTools; ambiguities=false)
end
Expand Down

0 comments on commit ca8cca8

Please sign in to comment.