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

Fixes #53, #55, #48, #59 (partially) and added mock call operators #64

Merged
merged 55 commits into from
Nov 21, 2020

Commits on Nov 17, 2020

  1. make accessor be called

    sgissinger committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    0b16c74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc20857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    696b5e6 View commit details
    Browse the repository at this point in the history
  4. missing end line

    sgissinger committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    770af43 View commit details
    Browse the repository at this point in the history
  5. add been_called operators

    sgissinger committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    c657737 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32b50c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    096a490 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    278bbfe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c9914c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98aadd8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    703b718 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a0d70ff View commit details
    Browse the repository at this point in the history
  13. make flake8 pass

    sgissinger committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f56a869 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9e393cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1831867 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c27b54f View commit details
    Browse the repository at this point in the history
  17. Create python-package.yml

    sgissinger committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    bd6d541 View commit details
    Browse the repository at this point in the history
  18. add pypy to github actions

    sgissinger committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    d6fc181 View commit details
    Browse the repository at this point in the history
  19. use pypy2 instead

    sgissinger committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    57d8c18 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1085511 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. exclude pypy2 on ubuntu

    sgissinger committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    8e40a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b009d3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd1e014 View commit details
    Browse the repository at this point in the history
  4. add mocker stop all

    sgissinger committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    a48699f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d218b03 View commit details
    Browse the repository at this point in the history
  6. use only include for pypy

    sgissinger committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    72175b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    016268d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2c790b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    518fed3 View commit details
    Browse the repository at this point in the history
  10. add key operator tests

    sgissinger committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    75779e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    201cbf7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ecd422b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    65ed501 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a6d4d4f View commit details
    Browse the repository at this point in the history
  15. upgrade action version

    sgissinger committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    a60519f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f8e7680 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b0d163d View commit details
    Browse the repository at this point in the history
  18. set env var in step only

    sgissinger committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    b42f678 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bef518c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    763cccc View commit details
    Browse the repository at this point in the history
  21. use isinstance

    sgissinger committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    e686434 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    074d0fe View commit details
    Browse the repository at this point in the history
  23. add contain tests

    sgissinger committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    984870e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    59c5d7d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0ee7615 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3d7e356 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    568119d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    95b06d0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c109b94 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    94f5a56 View commit details
    Browse the repository at this point in the history
  31. add contain tests

    sgissinger committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    f972311 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. missing kwargs argument

    sgissinger committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    d034a07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe9a482 View commit details
    Browse the repository at this point in the history
  3. pass flake8

    sgissinger committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    0f00d78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e4e54f View commit details
    Browse the repository at this point in the history