(self)
| 418 | 'Expected ' + actual_text + ' to start with ' + expected_prefix) |
| 419 | |
| 420 | def setUp(self): |
| 421 | test_utils.setup() |
| 422 | |
| 423 | os.makedirs(_UPLOADS_FOLDER) |
| 424 | |
| 425 | def tearDown(self): |
| 426 | test_utils.cleanup() |
nothing calls this directly
no outgoing calls
no test coverage detected