File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed
Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ Docker Compose
2+ ==============
3+
4+ Docker compose is described in :ref: `Testcontainers Core `.
Original file line number Diff line number Diff line change 3333 "sphinx.ext.doctest" ,
3434 "sphinx.ext.intersphinx" ,
3535 "sphinx.ext.napoleon" ,
36+ "sphinx.ext.autosectionlabel" ,
3637]
3738
3839# Configure autodoc to avoid excessively long fully-qualified names.
Original file line number Diff line number Diff line change @@ -9,6 +9,17 @@ Testcontainers Core
99
1010.. autoclass :: testcontainers.core.generic.DbContainer
1111
12+ .. raw :: html
13+
14+ <hr >
15+
16+ Compose
17+ -------
18+
19+ It is also possible to use Docker Compose functionality:
20+
21+ .. autoclass :: testcontainers.compose.compose.DockerCompose
22+
1223.. raw :: html
1324
1425 <hr >
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ testcontainers-python facilitates the use of Docker containers for functional an
1616 :maxdepth: 1
1717
1818 core/README
19+ compose
1920 modules/index
2021
2122Getting Started
You can’t perform that action at this time.
0 commit comments