for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from fastest.code_assets.function import get_functions
from fastest.constants import TestBodies
import unittest
class TestFunctionGetFunctions(unittest.TestCase):
def test__get_functions__34137EFE12(self):
self.assertIsInstance(get_functions(''), list)
page = TestBodies.GET_FUNCTIONS_TEST_CASE_1
self.assertEqual(get_functions(page), TestBodies.GET_FUNCTIONS_TEST_CASE_1_EXPECT)