Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(922)

Issue 3232042: #9424: convert deprecated assert methods in the Python test suite

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by Ezio Melotti
Modified:
9 years, 5 months ago
Reviewers:
Base URL:
http://svn.python.org/projects/python/branches/py3k/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Minor cleanups #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2433 lines, -2439 lines) Patch
M Lib/ctypes/test/test_keeprefs.py View 4 chunks +18 lines, -18 lines 0 comments Download
M Lib/distutils/tests/test_archive_util.py View 5 chunks +7 lines, -7 lines 0 comments Download
M Lib/distutils/tests/test_bdist.py View 2 chunks +2 lines, -2 lines 0 comments Download
M Lib/distutils/tests/test_bdist_dumb.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/distutils/tests/test_build.py View 2 chunks +7 lines, -7 lines 0 comments Download
M Lib/distutils/tests/test_build_clib.py View 2 chunks +5 lines, -5 lines 0 comments Download
M Lib/distutils/tests/test_build_ext.py View 14 chunks +24 lines, -24 lines 0 comments Download
M Lib/distutils/tests/test_check.py View 6 chunks +7 lines, -7 lines 0 comments Download
M Lib/distutils/tests/test_cmd.py View 4 chunks +5 lines, -5 lines 0 comments Download
M Lib/distutils/tests/test_config.py View 3 chunks +3 lines, -3 lines 0 comments Download
M Lib/distutils/tests/test_config_cmd.py View 3 chunks +6 lines, -6 lines 0 comments Download
M Lib/distutils/tests/test_core.py View 2 chunks +2 lines, -2 lines 0 comments Download
M Lib/distutils/tests/test_cygwinccompiler.py View 1 chunk +16 lines, -16 lines 0 comments Download
M Lib/distutils/tests/test_dep_util.py View 1 chunk +2 lines, -2 lines 0 comments Download
M Lib/distutils/tests/test_dir_util.py View 4 chunks +11 lines, -11 lines 0 comments Download
M Lib/distutils/tests/test_dist.py View 3 chunks +10 lines, -10 lines 0 comments Download
M Lib/distutils/tests/test_extension.py View 1 chunk +8 lines, -8 lines 0 comments Download
M Lib/distutils/tests/test_file_util.py View 2 chunks +3 lines, -3 lines 0 comments Download
M Lib/distutils/tests/test_filelist.py View 1 chunk +9 lines, -9 lines 0 comments Download
M Lib/distutils/tests/test_install.py View 2 chunks +10 lines, -10 lines 0 comments Download
M Lib/distutils/tests/test_install_data.py View 3 chunks +4 lines, -4 lines 0 comments Download
M Lib/distutils/tests/test_install_headers.py View 2 chunks +2 lines, -2 lines 0 comments Download
M Lib/distutils/tests/test_install_lib.py View 3 chunks +4 lines, -4 lines 0 comments Download
M Lib/distutils/tests/test_log.py View 1 chunk +2 lines, -2 lines 0 comments Download
M Lib/distutils/tests/test_msvc9compiler.py View 2 chunks +2 lines, -2 lines 0 comments Download
M Lib/distutils/tests/test_register.py View 6 chunks +7 lines, -7 lines 0 comments Download
M Lib/distutils/tests/test_sdist.py View 13 chunks +16 lines, -18 lines 0 comments Download
M Lib/distutils/tests/test_spawn.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/distutils/tests/test_sysconfig.py View 3 chunks +9 lines, -9 lines 0 comments Download
M Lib/distutils/tests/test_text_file.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/distutils/tests/test_upload.py View 3 chunks +6 lines, -6 lines 0 comments Download
M Lib/distutils/tests/test_util.py View 11 chunks +31 lines, -31 lines 0 comments Download
M Lib/distutils/tests/test_version.py View 3 chunks +10 lines, -10 lines 0 comments Download
M Lib/email/test/test_email.py View 31 chunks +33 lines, -33 lines 0 comments Download
M Lib/importlib/test/import_/test___package__.py View 2 chunks +2 lines, -2 lines 0 comments Download
M Lib/importlib/test/import_/test_caching.py View 2 chunks +3 lines, -3 lines 0 comments Download
M Lib/importlib/test/import_/test_fromlist.py View 5 chunks +12 lines, -12 lines 0 comments Download
M Lib/importlib/test/import_/test_meta_path.py View 4 chunks +6 lines, -6 lines 0 comments Download
M Lib/json/tests/test_decode.py View 2 chunks +3 lines, -3 lines 0 comments Download
M Lib/json/tests/test_default.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/json/tests/test_dump.py View 1 chunk +4 lines, -4 lines 0 comments Download
M Lib/json/tests/test_encode_basestring_ascii.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/json/tests/test_float.py View 1 chunk +4 lines, -4 lines 0 comments Download
M Lib/json/tests/test_indent.py View 1 chunk +5 lines, -5 lines 0 comments Download
M Lib/json/tests/test_pass1.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/json/tests/test_pass2.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/json/tests/test_pass3.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/json/tests/test_recursion.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/json/tests/test_scanstring.py View 1 chunk +22 lines, -22 lines 0 comments Download
M Lib/json/tests/test_separators.py View 1 chunk +3 lines, -3 lines 0 comments Download
M Lib/json/tests/test_speedups.py View 1 chunk +2 lines, -2 lines 0 comments Download
M Lib/json/tests/test_unicode.py View 1 chunk +12 lines, -12 lines 0 comments Download
M Lib/lib2to3/tests/data/py2_test_grammar.py View 10 chunks +29 lines, -29 lines 0 comments Download
M Lib/lib2to3/tests/data/py3_test_grammar.py View 9 chunks +38 lines, -38 lines 0 comments Download
M Lib/sqlite3/test/dbapi.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/sqlite3/test/types.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/buffer_tests.py View 3 chunks +24 lines, -24 lines 0 comments Download
M Lib/test/fork_wait.py View 2 chunks +3 lines, -3 lines 0 comments Download
M Lib/test/list_tests.py View 2 chunks +2 lines, -2 lines 0 comments Download
M Lib/test/outstanding_bugs.py View 5 chunks +5 lines, -5 lines 0 comments Download
M Lib/test/pickletester.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/seq_tests.py View 2 chunks +3 lines, -3 lines 0 comments Download
M Lib/test/string_tests.py View 2 chunks +11 lines, -11 lines 0 comments Download
M Lib/test/test__locale.py View 3 chunks +4 lines, -4 lines 0 comments Download
M Lib/test/test_argparse.py View 1 chunk +9 lines, -9 lines 0 comments Download
M Lib/test/test_array.py View 2 chunks +4 lines, -4 lines 0 comments Download
M Lib/test/test_ast.py View 3 chunks +10 lines, -10 lines 0 comments Download
M Lib/test/test_augassign.py View 6 chunks +9 lines, -9 lines 0 comments Download
M Lib/test/test_base64.py View 5 chunks +8 lines, -8 lines 0 comments Download
M Lib/test/test_bigmem.py View 42 chunks +243 lines, -243 lines 0 comments Download
M Lib/test/test_builtin.py View 4 chunks +6 lines, -6 lines 0 comments Download
M Lib/test/test_bytes.py View 3 chunks +13 lines, -13 lines 0 comments Download
M Lib/test/test_calendar.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_cfgparser.py View 1 2 chunks +9 lines, -10 lines 0 comments Download
M Lib/test/test_cgi.py View 2 chunks +2 lines, -2 lines 0 comments Download
M Lib/test/test_charmapcodec.py View 1 chunk +14 lines, -14 lines 0 comments Download
M Lib/test/test_class.py View 2 chunks +11 lines, -11 lines 0 comments Download
M Lib/test/test_code.py View 1 chunk +3 lines, -3 lines 0 comments Download
M Lib/test/test_codeccallbacks.py View 13 chunks +33 lines, -33 lines 0 comments Download
M Lib/test/test_codecs.py View 17 chunks +81 lines, -81 lines 0 comments Download
M Lib/test/test_codeop.py View 3 chunks +13 lines, -13 lines 0 comments Download
M Lib/test/test_collections.py View 2 chunks +7 lines, -7 lines 0 comments Download
M Lib/test/test_complex.py View 1 chunk +2 lines, -2 lines 0 comments Download
M Lib/test/test_concurrent_futures.py View 18 chunks +43 lines, -43 lines 0 comments Download
M Lib/test/test_copyreg.py View 2 chunks +6 lines, -6 lines 0 comments Download
M Lib/test/test_deque.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_descr.py View 2 chunks +4 lines, -4 lines 0 comments Download
M Lib/test/test_epoll.py View 4 chunks +4 lines, -4 lines 0 comments Download
M Lib/test/test_exceptions.py View 1 9 chunks +29 lines, -30 lines 0 comments Download
M Lib/test/test_file.py View 6 chunks +7 lines, -7 lines 0 comments Download
M Lib/test/test_fileio.py View 6 chunks +29 lines, -29 lines 0 comments Download
M Lib/test/test_float.py View 1 chunk +3 lines, -3 lines 0 comments Download
M Lib/test/test_fractions.py View 12 chunks +99 lines, -99 lines 0 comments Download
M Lib/test/test_frozen.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_functools.py View 5 chunks +33 lines, -33 lines 0 comments Download
M Lib/test/test_gdb.py View 1 10 chunks +39 lines, -39 lines 0 comments Download
M Lib/test/test_getargs2.py View 6 chunks +9 lines, -9 lines 0 comments Download
M Lib/test/test_getopt.py View 1 chunk +2 lines, -2 lines 0 comments Download
M Lib/test/test_glob.py View 1 chunk +2 lines, -2 lines 0 comments Download
M Lib/test/test_gzip.py View 2 chunks +2 lines, -2 lines 0 comments Download
M Lib/test/test_hashlib.py View 1 chunk +2 lines, -2 lines 0 comments Download
M Lib/test/test_http_cookiejar.py View 37 chunks +133 lines, -133 lines 0 comments Download
M Lib/test/test_httplib.py View 8 chunks +12 lines, -12 lines 0 comments Download
M Lib/test/test_imaplib.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_imp.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_inspect.py View 1 chunk +2 lines, -2 lines 0 comments Download
M Lib/test/test_int.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_io.py View 43 chunks +164 lines, -164 lines 0 comments Download
M Lib/test/test_ioctl.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_itertools.py View 2 chunks +11 lines, -11 lines 0 comments Download
M Lib/test/test_keywordonlyarg.py View 1 chunk +32 lines, -32 lines 0 comments Download
M Lib/test/test_kqueue.py View 5 chunks +5 lines, -5 lines 0 comments Download
M Lib/test/test_linecache.py View 4 chunks +12 lines, -12 lines 0 comments Download
M Lib/test/test_logging.py View 6 chunks +7 lines, -7 lines 0 comments Download
M Lib/test/test_marshal.py View 1 chunk +2 lines, -2 lines 0 comments Download
M Lib/test/test_math.py View 17 chunks +56 lines, -56 lines 0 comments Download
M Lib/test/test_memoryio.py View 4 chunks +13 lines, -13 lines 0 comments Download
M Lib/test/test_memoryview.py View 11 chunks +25 lines, -25 lines 0 comments Download
M Lib/test/test_minidom.py View 3 chunks +3 lines, -3 lines 0 comments Download
M Lib/test/test_mmap.py View 5 chunks +17 lines, -17 lines 0 comments Download
M Lib/test/test_multiprocessing.py View 1 chunk +12 lines, -12 lines 0 comments Download
M Lib/test/test_opcodes.py View 1 chunk +8 lines, -8 lines 0 comments Download
M Lib/test/test_operator.py View 1 chunk +3 lines, -3 lines 0 comments Download
M Lib/test/test_optparse.py View 1 chunk +3 lines, -3 lines 0 comments Download
M Lib/test/test_os.py View 10 chunks +21 lines, -21 lines 0 comments Download
M Lib/test/test_parser.py View 4 chunks +30 lines, -30 lines 0 comments Download
M Lib/test/test_pep247.py View 1 chunk +6 lines, -6 lines 0 comments Download
M Lib/test/test_pep263.py View 2 chunks +2 lines, -2 lines 0 comments Download
M Lib/test/test_pep3131.py View 1 chunk +4 lines, -4 lines 0 comments Download
M Lib/test/test_platform.py View 2 chunks +6 lines, -6 lines 0 comments Download
M Lib/test/test_posix.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_pow.py View 3 chunks +21 lines, -21 lines 0 comments Download
M Lib/test/test_pty.py View 1 2 chunks +4 lines, -4 lines 0 comments Download
M Lib/test/test_pyclbr.py View 1 3 chunks +3 lines, -3 lines 0 comments Download
M Lib/test/test_pyexpat.py View 18 chunks +51 lines, -51 lines 0 comments Download
M Lib/test/test_queue.py View 2 chunks +4 lines, -4 lines 0 comments Download
M Lib/test/test_range.py View 1 chunk +2 lines, -2 lines 0 comments Download
M Lib/test/test_reprlib.py View 12 chunks +13 lines, -13 lines 0 comments Download
M Lib/test/test_sax.py View 37 chunks +119 lines, -119 lines 0 comments Download
M Lib/test/test_scope.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_shutil.py View 6 chunks +10 lines, -10 lines 0 comments Download
M Lib/test/test_signal.py View 1 3 chunks +6 lines, -6 lines 0 comments Download
M Lib/test/test_site.py View 4 chunks +8 lines, -8 lines 0 comments Download
M Lib/test/test_slice.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_socket.py View 9 chunks +31 lines, -31 lines 0 comments Download
M Lib/test/test_socketserver.py View 4 chunks +5 lines, -5 lines 0 comments Download
M Lib/test/test_structmembers.py View 2 chunks +22 lines, -22 lines 0 comments Download
M Lib/test/test_subprocess.py View 4 chunks +6 lines, -6 lines 0 comments Download
M Lib/test/test_sys.py View 7 chunks +7 lines, -7 lines 0 comments Download
M Lib/test/test_sysconfig.py View 10 chunks +18 lines, -18 lines 0 comments Download
M Lib/test/test_tarfile.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_tempfile.py View 2 chunks +2 lines, -2 lines 0 comments Download
M Lib/test/test_textwrap.py View 6 chunks +17 lines, -17 lines 0 comments Download
M Lib/test/test_threadedtempfile.py View 1 chunk +2 lines, -2 lines 0 comments Download
M Lib/test/test_threading.py View 1 chunk +6 lines, -6 lines 0 comments Download
M Lib/test/test_time.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_tokenize.py View 11 chunks +29 lines, -29 lines 0 comments Download
M Lib/test/test_trace.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_traceback.py View 7 chunks +12 lines, -12 lines 0 comments Download
M Lib/test/test_unicode.py View 4 chunks +18 lines, -18 lines 0 comments Download
M Lib/test/test_unicodedata.py View 1 chunk +1 line, -1 line 0 comments Download
M Lib/test/test_warnings.py View 8 chunks +12 lines, -12 lines 0 comments Download
M Lib/test/test_winreg.py View 5 chunks +20 lines, -20 lines 0 comments Download
M Lib/test/test_with.py View 1 chunk +4 lines, -4 lines 0 comments Download
M Lib/test/test_xmlrpc.py View 6 chunks +13 lines, -13 lines 0 comments Download
M Lib/test/test_zipimport.py View 4 chunks +27 lines, -27 lines 0 comments Download
M Lib/unittest/case.py View 2 chunks +4 lines, -6 lines 0 comments Download
M Lib/unittest/test/test_assertions.py View 1 chunk +4 lines, -4 lines 0 comments Download
M Lib/unittest/test/test_loader.py View 1 chunk +2 lines, -2 lines 0 comments Download
M Lib/wsgiref/validate.py View 18 chunks +48 lines, -48 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b