(token, expected)
| 360 | ], |
| 361 | ) |
| 362 | def test_token_is_blank(token, expected): |
| 363 | context = _build_suggest_context(token, '', None, '', empty_identifier()) |
| 364 | assert _token_is_blank(context) is expected |
| 365 | |
| 366 | |
| 367 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected