From 1b7a24e47311ea80690108e2448e999c6b2e3c32 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Wed, 15 Nov 2023 02:12:42 +0100 Subject: [PATCH] [docs] feat: minimal module docs strings for unit test modules Signed-off-by: Christopher Arndt --- tests/test_client.py | 1 + tests/test_server.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_client.py b/tests/test_client.py index b151906..72adb14 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +"""Unit tests for the uosc.client module.""" import sys import time diff --git a/tests/test_server.py b/tests/test_server.py index fab1d10..3632343 100644 --- a/tests/test_server.py +++ b/tests/test_server.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +"""Unit tests for the uosc.server module.""" import time import unittest