| Conditions | 1 | 
| Total Lines | 5 | 
| Code Lines | 3 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | from fastest.code_assets.function import get_functions | ||
| 6 | class TestFunctionGetFunctions(unittest.TestCase): | ||
| 7 | def test__get_functions__34137EFE12(self): | ||
| 8 |         self.assertIsInstance(get_functions(''), list) | ||
| 9 | page = TestBodies.GET_FUNCTIONS_TEST_CASE_1 | ||
| 10 | |||
| 11 | self.assertEqual(get_functions(page), TestBodies.GET_FUNCTIONS_TEST_CASE_1_EXPECT) | ||
| 12 |