Skip to content

Commit

Permalink
comment about tests in both repos
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Feb 7, 2024
1 parent 43102e9 commit 1f7969a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/pluto integration/React.jl
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 1f7969a

Please sign in to comment.