parameterized.parameters([
dict(input=[b"\xFEED"],
errors="strict",
input_encoding="UTF-8",
exception=errors.InvalidArgumentError,
message="Invalid fo
| 1 | # -*- coding: utf-8 -*- |
| 2 | # Copyright 2018 The TensorFlow Authors. All Rights Reserved. |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
nothing calls this directly
no outgoing calls
no test coverage detected