Lines Matching refs:tests
178 tests = {b"d3d3LnB5dGhvbi5vcmc=": b"www.python.org",
192 for data, res in tests.items():
212 for data, res in tests.items():
237 tests = ((b'%3d==', b'\xdd'),
252 for bstr, res in tests:
282 tests = {b'': b'',
290 for data, res in tests.items():
299 tests = {b'': b'',
313 for data, res in tests.items():
339 tests = [b'abc', b'ABCDEF==', b'==ABCDEF']
343 tests.append(b'='*i)
346 tests.append(prefix + b'='*i)
347 for data in tests:
408 tests = [b'abc', b'ABCDEF==', b'==ABCDEF', b'c4======']
412 tests.append(b'='*i)
415 tests.append(prefix + b'='*i)
416 for data in tests:
463 tests = {
488 for data, res in tests.items():
513 tests = {
538 for data, res in tests.items():
547 tests = {
572 for data, res in tests.items():
592 tests = {
617 for data, res in tests.items():