Generation

testsTue, 22 Nov 2022

function sum(a, b) { return a-b; }

import unittest class TestAdd(unittest.TestCase): def test_add_wrong(self): self.assertEqual(add(1, 2), 3)

Want to kickstart your project?Use the new AI Studio to create your code