1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

add missing docstrings

This commit is contained in:
Bastian Venthur
2023-09-20 15:09:28 +02:00
parent 4f3516fb19
commit c92130559c
12 changed files with 72 additions and 10 deletions

View File

@@ -1,3 +1,6 @@
"""Test the version module."""
# remove when we don't support py38 anymore
from __future__ import annotations
@@ -5,4 +8,5 @@ import blag
def test_version() -> None:
"""Test the version of the package."""
assert isinstance(blag.__VERSION__, str)