Skip to content

Commit 6311412

Browse files
committed
Add back more missing docstrings
1 parent 1d0e57a commit 6311412

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/launcher/integration/simple_test_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
22+
"""Module for test server."""
2223

2324
from concurrent import futures
2425
import pathlib

tests/launcher/integration/test_simple_launcher.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
22+
"""Test module for launcher."""
2223

2324
from dataclasses import dataclass
2425
import pathlib
@@ -35,6 +36,8 @@
3536

3637
@dataclass
3738
class OtherConfig:
39+
"""Mock configuration class for testing."""
40+
3841
int_attr: int
3942

4043

0 commit comments

Comments
 (0)