This commit is contained in:
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
7
tests/test.py
Normal file
7
tests/test.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import unittest
|
||||
|
||||
class Testing(unittest.TestCase):
|
||||
def test_string(self):
|
||||
a = 'some'
|
||||
b = 'some'
|
||||
self.assertEqual(a, b)
|
||||
Reference in New Issue
Block a user