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 f4f150e commit b98448fCopy full SHA for b98448f
Lib/test/test_io/__init__.py
@@ -1,6 +1,6 @@
1
"""Tests for the io module and its implementations (_io and _pyio)
2
3
-Tests are split across multiple files inside `test_io` to increase
+Tests are split across multiple files to increase
4
parallelism and focus on specific implementation pieces.
5
6
* test_io
@@ -18,7 +18,7 @@
18
When writing tests for io, it's important to test both the C and Python
19
implementations. This is usually done by writing a base test that refers to
20
the type it is testing as an attribute. Then it provides custom subclasses to
21
- test both implementations. This file has lots of examples.
+ test both implementations. This directory contains lots of examples.
22
"""
23
24
import os
0 commit comments