mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2026-01-06 19:49:43 +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.2.0"
|