Skip to content

Commit 6c006fb

Browse files
committed
Add warning notice
1 parent f21c50a commit 6c006fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/runtests.jl

+7
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ if TENET_TEST_GROUP == "all" || TENET_TEST_GROUP == "integration"
7373
end
7474
end
7575

76+
if TENET_TEST_GROUP == "all"
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.
80+
"""
81+
end
82+
7683
if haskey(ENV, "ENABLE_AQUA_TESTS")
7784
@testset "Aqua" verbose = true begin
7885
using Aqua

0 commit comments

Comments
 (0)