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

tests: Complete the method lists #91

Merged
merged 4 commits into from
Dec 17, 2018
Merged

tests: Complete the method lists #91

merged 4 commits into from
Dec 17, 2018

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    879f615 View commit details
    Browse the repository at this point in the history
  2. tests/utils: Call Vector2.convert directly in UNARY_OPS

    No test overrides it, and using a lambda makes the benchmark unable to find the
    function's name.
    nbraud committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    25efc03 View commit details
    Browse the repository at this point in the history
  3. test/utils: Add missing operators

    While we are at it, sort the lists in alphabetical order.
    nbraud committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    f6c494d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. utils/UNARY_SCALAR_OPS: Add mypy annotation

    mypy cannot currently cope with the attributes of properties, incl. fget:
    
      python/mypy#220
    nbraud committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    153ecc4 View commit details
    Browse the repository at this point in the history