You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -533,6 +537,8 @@ Let's have a quick recap over what we just learned in this section then.
533
537
* - **Setup Matrix**
534
538
- The :func:`celery_setup <pytest_celery.fixtures.setup.celery_setup>` will generate a matrix of isolated environments for each test case, based on the enabled components and their configurations.
535
539
540
+
.. _built-in-components:
541
+
536
542
Using the built-in components
537
543
=============================
538
544
@@ -548,6 +554,8 @@ or entirely replaced by a set of components specific to the target project.
548
554
Make the most straightforward setup for a test case to avoid over-engineering the test environment.
549
555
Reconfiguring the existing components is very powerful and should be the first step in most cases.
550
556
557
+
.. _components-layers:
558
+
551
559
Components Layers
552
560
~~~~~~~~~~~~~~~~~
553
561
@@ -738,6 +746,8 @@ Key takeaways from this section.
738
746
* - **Extensible Design**
739
747
- Most of the configurations can be overridden or extended to bootstrap the environment for the target project.
0 commit comments