tests.pkg_test

tests/pkg_test.py
1
2
3
4
5
6
7
8
"""Test for pkg."""

import ss_python_gitlab


def test_pkg() -> None:
    """Test for pkg."""
    assert ss_python_gitlab.__package__ == "ss_python_gitlab"