Mercurial > repos > public > sbplib_julia
annotate test/testRegionIndices.jl @ 350:28e71a861531
Fix typo in naming of test/testRegionIndices.jl
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Sun, 27 Sep 2020 13:47:40 +0200 |
| parents | test/testRegionInidices.jl@2b0c9b30ea3b |
| children |
| rev | line source |
|---|---|
|
335
f4e3e71a4ff4
Fix `using` commands to refer to local modules within the Sbplib package/module
Jonatan Werpers <jonatan@werpers.com>
parents:
333
diff
changeset
|
1 using Sbplib.RegionIndices |
|
218
03375aa30edd
Add Tests and exports to RegionIndices
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
2 using Test |
|
03375aa30edd
Add Tests and exports to RegionIndices
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
3 |
|
338
2b0c9b30ea3b
Add test sets for each submodule to make the test output nicer
Jonatan Werpers <jonatan@werpers.com>
parents:
335
diff
changeset
|
4 @testset "RegionIndices" begin |
|
2b0c9b30ea3b
Add test sets for each submodule to make the test output nicer
Jonatan Werpers <jonatan@werpers.com>
parents:
335
diff
changeset
|
5 @test_broken false |
|
2b0c9b30ea3b
Add test sets for each submodule to make the test output nicer
Jonatan Werpers <jonatan@werpers.com>
parents:
335
diff
changeset
|
6 end |
