Option C Tools
Loading...
Searching...
No Matches
minimal_valid.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
# oct/tests/tests_linter/fixtures/minimal_valid.py
4
5
"""
6
Purpose
7
-------
8
Minimal valid module for header tests.
9
10
Responsibilities
11
----------------
12
Provide a fully compliant header and docstring.
13
14
Diagnostics
15
-----------
16
Domain: TEST
17
Levels:
18
L2 — lifecycle
19
L3 — semantic details
20
L4 — deep tracing
21
22
Contracts
23
---------
24
- Used only for linter tests
25
"""
26
27
def
foo
():
28
return
42
minimal_valid.foo
foo()
Definition
minimal_valid.py:27
tests
tests_linter
fixtures
minimal_valid.py
Generated by
1.15.0