Skip to content
Snippets Groups Projects
Commit 2a89ab8f authored by Christian Boettcher's avatar Christian Boettcher
Browse files

add dummy test for pipeline

parent 48ebc950
No related branches found
No related tags found
No related merge requests found
Pipeline #85047 passed
dist/ dist/
.coverage .coverage
__pycache__/
\ No newline at end of file
from unittest import TestCase
class DummyTest(TestCase):
def test_dummy(self):
print("Test Print")
self.assertEqual(4, 2*2)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment