Skip to content

Commit d4b84f3

Browse files
committed
comment for test_readme file
1 parent a7882c1 commit d4b84f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_readme.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# tests/test_readme.py
1+
"""Tests for README code examples.
2+
3+
This module extracts Python code and expected result blocks from README.md,
4+
executes the code, and verifies the output matches the documented result.
5+
"""
26
import pathlib
37
import re
48
import subprocess

0 commit comments

Comments
 (0)