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 b947233 commit 52930cfCopy full SHA for 52930cf
docs/source/testing.rst
@@ -2,7 +2,7 @@ Testing Effectful Code
2
----------------------
3
4
The most useful testing tool you'll want to familiarize yourself with is
5
-:obj:`effect.testing.SequenceDispatcher`. Using this with
6
-:func:`effect.sync_perform` in your unit tests will allow you to perform your
7
-effects while both ensuring that the expected intents are performed, as well as
8
-provide the results of those effects.
+:func:`effect.testing.perform_sequence`. Using this in your unit tests will
+allow you to perform your effects while ensuring that the expected intents are
+performed in the expected order, as well as provide the results of those
+effects.
0 commit comments