gm-assistant/tests/test_stub.py

12 lines
265 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SPDX-FileCopyrightText: 2025 2025
# SPDX-FileContributor: Gergely Polonkai
#
# SPDX-License-Identifier: GPL-3.0-or-later
"""Stub test so the test job doesnt fail"""
def test_stub() -> None:
"""Stub test so the test job doesnt fail"""
assert True