We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7882c1 commit d4b84f3Copy full SHA for d4b84f3
tests/test_readme.py
@@ -1,4 +1,8 @@
1
-# tests/test_readme.py
+"""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
+"""
6
import pathlib
7
import re
8
import subprocess
0 commit comments