Skip to content

Commit 020c1f6

Browse files
committed
Final tech review of Testcontainers
1 parent 2798783 commit 020c1f6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

content/learning-paths/cross-platform/automate-mcp-with-testcontainers/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cascade:
77

88
minutes_to_complete: 60
99

10-
who_is_this_for: This is an introductory topic for software developers and QA engineers who want to automate integration testing of MCP (Model Context Protocol) servers using Testcontainers and PyTest.
10+
who_is_this_for: This is an introductory topic for software developers and QA engineers who want to automate integration testing of Model Context Protocol (MCP) servers using Testcontainers and PyTest.
1111

1212
learning_objectives:
1313
- Set up Testcontainers with PyTest for containerized testing of MCP servers

content/learning-paths/cross-platform/automate-mcp-with-testcontainers/run-testcontainers-example.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ When the `with` block exits, Testcontainers automatically stops and removes the
4242

4343
## Verify container architecture
4444

45-
Since you're running on an Arm machine, verify the container uses the correct architecture:
45+
Since you're running on an Arm machine, verify the container uses the correct architecture.
46+
47+
Create a file `verify_arch.py` with code below:
4648

4749
```python
4850
from testcontainers.core.container import DockerContainer

0 commit comments

Comments
 (0)