forked from github.com/blag
add missing docstrings
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user