File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Observables = "0.5.5"
31
31
OrderedCollections = " 1.8.0"
32
32
SciMLBase = " 2.75.1"
33
33
WGLMakie = " 0.11"
34
+ Test = " 1"
34
35
julia = " 1.10"
35
36
36
37
[extras ]
Original file line number Diff line number Diff line change @@ -6,11 +6,14 @@ using Aqua
6
6
7
7
@testset " Package Quality Tests" begin
8
8
@test check_no_implicit_imports (NetworkDynamicsInspector) === nothing
9
-
10
9
@test check_no_stale_explicit_imports (NetworkDynamicsInspector) === nothing
10
+
11
11
Aqua. test_all (NetworkDynamicsInspector;
12
12
ambiguities= false ,
13
13
stale_deps= true ,
14
- persistent_tasks= false )
14
+ persistent_tasks= false ,
15
+ piracies = (;treat_as_own = [NetworkDynamics. extract_nw])
16
+ )
17
+
15
18
@test_broken isempty (Docs. undocumented_names (NetworkDynamicsInspector))
16
19
end
You can’t perform that action at this time.
0 commit comments