Add poetry and fix CICD
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-20 14:55:08 +02:00
parent 38f78cf007
commit d3251806fa
12 changed files with 490 additions and 30 deletions

7
tests/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)