Skip to content

Commit

Permalink
[docs] feat: minimal module docs strings for unit test modules
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Nov 15, 2023
1 parent 57de07d commit 1b7a24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/test_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
"""Unit tests for the uosc.client module."""

import sys
import time
Expand Down
2 changes: 1 addition & 1 deletion tests/test_server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""Unit tests for the uosc.server module."""

import time
import unittest
Expand Down

0 comments on commit 1b7a24e

Please sign in to comment.