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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃Ν Add seal shortcut to mocker fixture #211

Merged
merged 3 commits into from Oct 7, 2020

Commits on Oct 6, 2020

  1. 馃Ν Add seal shortcut to mocker fixture

    Adds the `seal` function to the mocker fixture, taken directly from the
    `mock` module. Since `seal` was only added in Python 3.7, it is not
    always present, just like AsyncMock.
    coiax committed Oct 6, 2020
    Copy the full SHA
    b6b11ba View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. 馃敄 Update version in README.md

    The next release is 3.4, so updated the README.md file accordingly for
    when the `.seal` convenience will be available.
    coiax committed Oct 7, 2020
    Copy the full SHA
    8990da9 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    nicoddemus committed Oct 7, 2020
    Copy the full SHA
    c20b71b View commit details
    Browse the repository at this point in the history