You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments