We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c6b06 commit e13d34aCopy full SHA for e13d34a
test/runtests.jl
@@ -73,7 +73,7 @@ if TENET_TEST_GROUP == "all" || TENET_TEST_GROUP == "integration"
73
end
74
75
76
-if TENET_TEST_GROUP == "all"
+if TENET_TEST_GROUP == "all" || TENET_TEST_GROUP == "python"
77
@warn """
78
Python tests have been moved to their own folder.
79
You must call `julia --project=test/python test/python/runtests.jl` to run them.
0 commit comments