Commit 4e0fb32
committed
gh-138013: Move test.test_io to be a module
This sets up for having a test_io._support which contains the I/O mocks
for sharing between multiple `io` module test files. Also starts a path
for all the `io` module tests to live in a single module for simpler
running rather than requiring knowledge of the list of `io` tests which
lives in `test_io`.
Keeps `python -m test test_io -uall -M8g` and `python -m test.test_io` running the
same set of tests as before.1 parent 95d6e0b commit 4e0fb32
4 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2669 | 2669 | | |
2670 | 2670 | | |
2671 | 2671 | | |
| 2672 | + | |
2672 | 2673 | | |
2673 | 2674 | | |
2674 | 2675 | | |
| |||
0 commit comments