feat: Initial, empty version
This commit is contained in:
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
11
tests/test_stub.py
Normal file
11
tests/test_stub.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# SPDX-FileCopyrightText: 2025 2025
|
||||
# SPDX-FileContributor: Gergely Polonkai
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
"""Stub test so the test job doesn’t fail"""
|
||||
|
||||
|
||||
def test_stub() -> None:
|
||||
"""Stub test so the test job doesn’t fail"""
|
||||
|
||||
assert True
|
Reference in New Issue
Block a user