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

Add test coverage for _multidict_base.py #936

Merged
merged 13 commits into from
Feb 1, 2024
Merged

Commits on Feb 1, 2024

  1. Add test coverage for _multidict_base.py

    `NotImplemented` and `Iterable` but not `Set` for `and, or, sub, xor`
    a5r0n authored and webknjaz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ebd8e42 View commit details
    Browse the repository at this point in the history
  2. Add change record

    a5r0n authored and webknjaz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1513341 View commit details
    Browse the repository at this point in the history
  3. Update CHANGES/936.contrib.rst

    Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
    a5r0n and webknjaz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    eda2283 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c0f8e8 View commit details
    Browse the repository at this point in the history
  5. use &,|,-,^ instead of operator functions

    Signed-off-by: a5r0n <a5r0n@users.noreply.github.com>
    a5r0n authored and webknjaz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e0d9967 View commit details
    Browse the repository at this point in the history
  6. Link __xor__ from changelog

    webknjaz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4241824 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8157ec View commit details
    Browse the repository at this point in the history
  8. use right operand to check NotImplemnted branch

    Signed-off-by: a5r0n <a5r0n@users.noreply.github.com>
    a5r0n authored and webknjaz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    707e2ef View commit details
    Browse the repository at this point in the history
  9. should be bitwise_or

    Signed-off-by: a5r0n <a5r0n@users.noreply.github.com>
    a5r0n authored and webknjaz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5b74f84 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2cf661 View commit details
    Browse the repository at this point in the history
  11. Apply suggestions from code review

    Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
    a5r0n and webknjaz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4831057 View commit details
    Browse the repository at this point in the history
  12. type annotations for RightOperand methods

    Signed-off-by: a5r0n <a5r0n@users.noreply.github.com>
    a5r0n committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8dc236a View commit details
    Browse the repository at this point in the history
  13. type annotations args for RightOperand methods

    Signed-off-by: a5r0n <a5r0n@users.noreply.github.com>
    a5r0n committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a96cbe9 View commit details
    Browse the repository at this point in the history