Skip to content
Snippets Groups Projects
Commit bc0d7cfd authored by Mikhail Smirnov's avatar Mikhail Smirnov
Browse files

some changes

parent a681dd1d
No related branches found
No related tags found
1 merge request!7Add CICD for test
......@@ -11,3 +11,7 @@ class TestGeneral(unittest.TestCase):
def test_simple(self):
self.assertEqual(3 + 5, 8)
if __name__ == "__main__":
unittest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment