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_linter/__init__.py
4
5"""
6Purpose
7-------
8Mark the tests_linter package as a Python package.
9
10Responsibilities
11----------------
12Provide namespace initialization for the linter test suite.
13
14Diagnostics
15-----------
16Domain: LINTER-TESTS
17Levels:
18 L2 — lifecycle
19 L3 — semantic details
20 L4 — deep tracing
21
22Contracts
23---------
24- Contains no executable logic.
25- Exists solely to support pytest discovery.
26"""