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:
6
test/unit/test_temp.py
Normal file
6
test/unit/test_temp.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
Temporary file to demonstrate unit testing.
|
||||
"""
|
||||
|
||||
def test_temp():
|
||||
assert True
|
||||
Reference in New Issue
Block a user