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