Option C Tools
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1#!/usr/bin/env python3
2# -*- coding: utf-8 -*-
3# tests/tests_mcp/__init__.py
4
5"""
6Purpose
7-------
8Test package marker for MCP server tests.
9
10Responsibilities
11----------------
12- Mark the ``tests_mcp`` directory as a Python package so pytest can
13 discover the tests contained within.
14
15Diagnostics
16-----------
17Domain: MCP-TESTS
18L2: package-level lifecycle (trivial)
19L3: assertion details
20L4: deep tracing
21
22Contracts
23---------
24Inputs: none
25Outputs: none
26"""