Files
pepperplus-cb/test/unit/test_temp.py
Kasper 2069ac1a93 feat: automatic testing
This commit adds a .gitlab-ci.yml file, which is responsible for
defining jobs to be run (in this case only running the test suite)

ref: N25B-65
2025-10-22 14:05:45 +02:00

7 lines
86 B
Python

"""
Temporary file to demonstrate unit testing.
"""
def test_temp():
assert True