From 1f7969ae385b288fd209058f4fedc9c41d2062f0 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Wed, 7 Feb 2024 16:41:23 +0100 Subject: [PATCH] comment about tests in both repos --- test/pluto integration/React.jl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/pluto integration/React.jl b/test/pluto integration/React.jl index 60aa68c..2b55c83 100644 --- a/test/pluto integration/React.jl +++ b/test/pluto integration/React.jl @@ -1,10 +1,12 @@ using Test import Pluto: Configuration, Notebook, ServerSession, ClientSession, update_run!, Cell, WorkspaceManager import Pluto.Configuration: Options, EvaluationOptions - - import PlutoDependencyExplorer: CyclicReferenceError, MultipleDefinitionsError +### MORE TESTS ARE IN PLUTO.jL +# The tests on the Pluto side are tests that rely more heavily on what Pluto implements on top of PlutoDependencyExplorer. +# The tests in PlutoDependencyExplorer are focus in *reactive ordering*. + order_to_run(notebook, id::Integer) = order_to_run(notebook, [id]) function order_to_run(notebook, idx) topo_order = Pluto.topological_order(notebook.topology, notebook.cells[idx])