Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-45162: Remove many old deprecated unittest features #28268

Merged

Commits on Sep 10, 2021

  1. bpo-45162: Remove many old deprecated unittest features

    * "fail*" and "assert*" aliases of TestCase methods.
    * Broken from start TestCase method assertDictContainsSubset().
    * Ignored TestLoader.loadTestsFromModule() parameter use_load_tests.
    * Old alias _TextTestResult of TextTestResult.
    serhiy-storchaka committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    4062f07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d96fb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Configuration menu
    Copy the full SHA
    e97e04d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    34be99f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    c5f5c6f View commit details
    Browse the repository at this point in the history