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
This commit is contained in:
2025-10-22 14:05:45 +02:00
parent e8f89e2fad
commit 2069ac1a93
6 changed files with 197 additions and 5 deletions

6
test/unit/test_temp.py Normal file
View File

@@ -0,0 +1,6 @@
"""
Temporary file to demonstrate unit testing.
"""
def test_temp():
assert True