File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,11 @@ uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
33version = " 0.5.14"
44
55[compat ]
6- Random = " <0.0.1, 1"
7- StableRNGs = " 1"
86Test = " <0.0.1, 1"
97julia = " 1.6"
108
119[extras ]
12- Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
13- StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
1410Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
1511
1612[targets ]
17- test = [" Random " , " StableRNGs " , " Test" ]
13+ test = [" Test" ]
Original file line number Diff line number Diff line change 11using MacroTools: isdef, flatten, striplines, @qq
22
3- import StableRNGs
4- import Random
5-
63@testset " animals" begin
74 @test MacroTools. animals isa Vector{Symbol}
85 @test length(MacroTools. animals) == 214
96 @test allunique(MacroTools. animals)
107 @test all(islowercase ∘ first ∘ string, MacroTools. animals)
11- @test MacroTools . animals == Random . shuffle!(StableRNGs . StableRNG( 1234 ), sort( MacroTools. animals) )
8+ @test ! issorted( MacroTools. animals)
129end
1310
1411@testset " utils" begin
You can’t perform that action at this time.
0 commit comments