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-37047: Refactor AsyncMock setup logic for autospeccing #13574

Merged
merged 11 commits into from
May 27, 2019

Commits on May 25, 2019

  1. Refactor create_autospec and async mock setup logic.

    * Handle late binding while setting attributes on AsyncMock during create_autospec.
    * Refactor out async mock setup logic outside the function.
    * Add awaited attribute during setup.
    * Fix assert_not_awaited error message.
    tirkarthi committed May 25, 2019
    Configuration menu
    Copy the full SHA
    e1ae653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5157982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5742d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0edc644 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4508e8 View commit details
    Browse the repository at this point in the history
  6. Remove unused variable

    tirkarthi committed May 25, 2019
    Configuration menu
    Copy the full SHA
    9cd0344 View commit details
    Browse the repository at this point in the history
  7. Fix grammar to use and

    tirkarthi committed May 25, 2019
    Configuration menu
    Copy the full SHA
    1b2ca22 View commit details
    Browse the repository at this point in the history
  8. Use _is_async_func

    tirkarthi committed May 25, 2019
    Configuration menu
    Copy the full SHA
    e1dd0ef View commit details
    Browse the repository at this point in the history
  9. Add NEWS

    tirkarthi committed May 25, 2019
    Configuration menu
    Copy the full SHA
    8e6500c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

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

Commits on May 27, 2019

  1. Use markup for NEWS

    tirkarthi committed May 27, 2019
    Configuration menu
    Copy the full SHA
    6ad528d View commit details
    Browse the repository at this point in the history