We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e6601 commit 3475aecCopy full SHA for 3475aec
GNNlib/test/msgpass.jl
@@ -1,5 +1,5 @@
1
@testitem "msgpass" setup=[TestModuleNNlib] begin
2
- using .TestModuleNNlib
+ using .TestModuleGNNlib
3
#TODO test all graph types
4
GRAPH_T = :coo
5
in_channel = 10
GNNlib/test/test_module.jl
@@ -1,4 +1,4 @@
-@testmodule TestModuleNNlib begin
+@testmodule TestModuleGNNlib begin
import Reexport: @reexport
GNNlib/test/utils.jl
@@ -1,4 +1,5 @@
-@testitem "utils" setup=[SharedTestSetup] begin
+@testitem "utils" setup=[TestModuleGNNlib] begin
# TODO test all graph types
De, Dx = 3, 2
0 commit comments