Commit a4ad7a0
File tree
18 files changed
+153
-118
lines changedFilter options
- Doc/library
- Lib/test
- libregrtest
- support
- test_doctest
18 files changed
+153
-118
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
134 | 134 |
|
135 | 135 |
|
136 | 136 |
|
137 |
| - |
| 137 | + |
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
|
Lib/test/libregrtest/findtests.py
Copy file name to clipboardExpand all lines: Lib/test/libregrtest/findtests.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
|
Lib/test/support/pty_helper.py
Copy file name to clipboardExpand all lines: Lib/test/support/pty_helper.py+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
Lib/test/test_doctest/__init__.py
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
Lib/test/doctest_aliases.py renamed to Lib/test/test_doctest/doctest_aliases.py
Copy file name to clipboardFile renamed without changes.
Lib/test/doctest_lineno.py renamed to Lib/test/test_doctest/doctest_lineno.py
Copy file name to clipboardFile renamed without changes.
Lib/test/sample_doctest.py renamed to Lib/test/test_doctest/sample_doctest.py
Copy file name to clipboardExpand all lines: Lib/test/test_doctest/sample_doctest.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
36 |
| - |
| 35 | + |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
Lib/test/sample_doctest_no_docstrings.py renamed to Lib/test/test_doctest/sample_doctest_no_docstrings.py
Copy file name to clipboardFile renamed without changes.
Lib/test/sample_doctest_no_doctests.py renamed to Lib/test/test_doctest/sample_doctest_no_doctests.py
Copy file name to clipboardFile renamed without changes.
0 commit comments