Commit 861e965
committed
Address PR review: improve tests, Sphinx roles, remove pyupgrade pin
- Use :cve:`2026-3644` and :external+python:exc: roles in changelog
- Add pytest IDs to CTL chars from octal parametrize
- Parametrize literal CTL char test (was two separate tests)
- Use any() instead of list + in for semantic clarity
- Replace unittest.mock.patch with monkeypatch fixture (no new dep)
- Use @pytest.mark.usefixtures for void fixture injection
- Remove pyupgrade language_version: python3.13 pin1 parent cece051 commit 861e965
File tree
3 files changed
+24
-18
lines changed- CHANGES
- tests
3 files changed
+24
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
1139 | 1137 | | |
1140 | 1138 | | |
1141 | 1139 | | |
1142 | | - | |
1143 | | - | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
1144 | 1152 | | |
1145 | 1153 | | |
1146 | 1154 | | |
| |||
1183 | 1191 | | |
1184 | 1192 | | |
1185 | 1193 | | |
1186 | | - | |
1187 | | - | |
| 1194 | + | |
1188 | 1195 | | |
1189 | 1196 | | |
1190 | 1197 | | |
| |||
1660 | 1667 | | |
1661 | 1668 | | |
1662 | 1669 | | |
1663 | | - | |
1664 | | - | |
| 1670 | + | |
1665 | 1671 | | |
1666 | 1672 | | |
1667 | 1673 | | |
| |||
1855 | 1861 | | |
1856 | 1862 | | |
1857 | 1863 | | |
1858 | | - | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
1859 | 1867 | | |
1860 | 1868 | | |
1861 | 1869 | | |
1862 | 1870 | | |
1863 | 1871 | | |
1864 | 1872 | | |
1865 | 1873 | | |
1866 | | - | |
| 1874 | + | |
1867 | 1875 | | |
1868 | | - | |
1869 | | - | |
1870 | | - | |
1871 | | - | |
| 1876 | + | |
| 1877 | + | |
1872 | 1878 | | |
1873 | 1879 | | |
1874 | | - | |
| 1880 | + | |
| 1881 | + | |
1875 | 1882 | | |
1876 | 1883 | | |
1877 | 1884 | | |
| |||
0 commit comments