mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2026-01-01 17:20:32 +01:00
8 lines
195 B
Python
8 lines
195 B
Python
"""Test the version of the package."""
|
|
import heisskleber
|
|
|
|
|
|
def test_heisskleber_version() -> None:
|
|
"""Test that the glue version is correct."""
|
|
assert heisskleber.__version__ == "0.3.1"
|