Skip to content

Commit

Permalink
Add badge; test ambiguities (#28)
Browse files Browse the repository at this point in the history
* Add badge

* Test ambiguities
  • Loading branch information
JeffFessler authored May 19, 2024
1 parent 609dd4c commit fc7b70b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ https://github.com/JuliaArrays/LazyGrids.jl
[![license][license-img]][license-url]
[![Aqua QA][aqua-img]][aqua-url]
[![code-style][code-blue-img]][code-blue-url]
[![deps](https://juliahub.com/docs/LazyGrids/deps.svg)](https://juliahub.com/ui/Packages/LazyGrids)
[![version](https://juliahub.com/docs/LazyGrids/version.svg)](https://juliahub.com/ui/Packages/LazyGrids)
[![pkgeval](https://juliahub.com/docs/LazyGrids/pkgeval.svg)](https://juliahub.com/ui/Packages/LazyGrids)

## Methods

Expand Down
2 changes: 1 addition & 1 deletion test/aqua.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using LazyGrids
using LazyGrids: LazyGrids
import Aqua
using Test: @testset

Expand Down
7 changes: 7 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# runtests.jl

using LazyGrids: LazyGrids
using Test: @test, @testset, detect_ambiguities

include("aqua.jl")
include("ndgrid-oneto.jl")
include("ndgrid-unitr.jl")
include("ndgrid-range.jl")
include("ndgrid-avect.jl")
include("timer.jl")

@testset "ambiguities" begin
@test isempty(detect_ambiguities(LazyGrids))
end

0 comments on commit fc7b70b

Please sign in to comment.