Lines Matching refs:tests
763 tests = [
772 for raw, expected in tests:
807 tests = [
816 for raw, expected in tests:
990 tests = [
1013 for raw, expected in tests:
1035 tests = [
1050 for raw, expected in tests:
2592 tests = [
2602 for data, output in tests:
2646 tests = ("utf-16",
2653 for encoding in tests:
3048 def check_decode(self, cp, tests):
3049 for raw, errors, expected in tests:
3066 def check_encode(self, cp, tests):
3067 for text, errors, expected in tests: