(self)
| 54 | PARAMS_TWOTUPLE) |
| 55 | |
| 56 | def test_extract_params_blank_string(self): |
| 57 | self.assertCountEqual(extract_params(''), []) |
| 58 | |
| 59 | def test_extract_params_empty_list(self): |
| 60 | self.assertCountEqual(extract_params([]), []) |
nothing calls this directly
no test coverage detected