Skip to content

Commit

Permalink
Merge pull request #4 from control-toolbox/auto-juliaformatter-pr
Browse files Browse the repository at this point in the history
[AUTO] JuliaFormatter.jl run
  • Loading branch information
ocots committed Aug 29, 2024
2 parents a5f343e + 2f5d6cd commit 5594445
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
11 changes: 3 additions & 8 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@ makedocs(
format = Documenter.HTML(
prettyurls = false,
size_threshold_ignore = ["index.md"],
assets=[
assets = [
asset("https://control-toolbox.org/assets/css/documentation.css"),
asset("https://control-toolbox.org/assets/js/documentation.js"),
],
),
pages = [
"Introduction" => "index.md",
]
pages = ["Introduction" => "index.md"],
)

deploydocs(
repo = "github.com/control-toolbox/CTApp.jl.git",
devbranch = "main"
)
deploydocs(repo = "github.com/control-toolbox/CTApp.jl.git", devbranch = "main")
4 changes: 1 addition & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ using CTApp

#
@testset verbose = true showtiming = true "CTApp tests" begin
for name (
:default,
)
for name (:default,)
@testset "$(name)" begin
test_name = Symbol(:test_, name)
include("$(test_name).jl")
Expand Down
4 changes: 2 additions & 2 deletions test/test_default.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# test_default
function test_default()
@test CTApp.greet() isa Nothing
end
@test CTApp.greet() isa Nothing
end

0 comments on commit 5594445

Please sign in to comment.