feat: added tests
CI / test (push) Failing after 5s
CI / build (push) Has been skipped

This commit is contained in:
2026-07-02 14:12:48 +02:00
parent 21b54c8fd7
commit cd3a1a7c47
8 changed files with 122 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
from unittest import TestCase
class TestItWorks(TestCase):
def setUp(self):
return super().setUp()
def test_it_works(self):
assert 1 == 1