@@ -0,0 +1,7 @@
import unittest
class Testing(unittest.TestCase):
def test_string(self):
a = 'some'
b = 'some'
self.assertEqual(a, b)
The note is not visible to the blocked user.