Conditions | 1 |
Total Lines | 9 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | from fastest.constants import TestBodies |
||
23 | def test__create_test_class__476570EE77(self): |
||
24 | imports = {'import random'} |
||
25 | contents = [''] |
||
26 | deps_import = 'fastest/__main__' |
||
27 | function_object = TestBodies.MOCK_FUNCTION_OBJECT |
||
28 | root_module_name = 'fastest' |
||
29 | |||
30 | self.assertEqual(create_test_class(imports, contents, deps_import, function_object, root_module_name), |
||
31 | TestBodies.CREATE_TEST_CLASS_RESULT) |
||
32 |