Push repo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-19 23:45:27 +02:00
parent 76e82e7b90
commit 18d878bc0c
3 changed files with 14 additions and 2 deletions

7
test.py Normal file
View File

@@ -0,0 +1,7 @@
import unittest
class Testing(unittest.TestCase):
def test_string(self):
a = 'some'
b = 'some'
self.assertEqual(a, b)