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

test: improve commons module doctests #1033

Merged
merged 37 commits into from
Oct 7, 2021
Merged

test: improve commons module doctests #1033

merged 37 commits into from
Oct 7, 2021

Commits on Oct 7, 2021

  1. Sort deps alphabetically

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    307201a View commit details
    Browse the repository at this point in the history
  2. Add nptying for numpy type-checks

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    c14fd44 View commit details
    Browse the repository at this point in the history
  3. Add the types subpackage

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    f4638af View commit details
    Browse the repository at this point in the history
  4. Add darglint for docstring lints

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    dcf0504 View commit details
    Browse the repository at this point in the history
  5. Add flake8-docstrings for docstring lints

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    342fda8 View commit details
    Browse the repository at this point in the history
  6. Set flake8 jobs to automatic

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    596e05f View commit details
    Browse the repository at this point in the history
  7. Add commons to flake8 doctest path

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    28a2f49 View commit details
    Browse the repository at this point in the history
  8. Add pylint for docstring lints

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    4a33d57 View commit details
    Browse the repository at this point in the history
  9. Add coverage threshold to pytest

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    1261113 View commit details
    Browse the repository at this point in the history
  10. Add doctests setup to pytest

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    23203ca View commit details
    Browse the repository at this point in the history
  11. Add types to tests path

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    8f32216 View commit details
    Browse the repository at this point in the history
  12. Update mypy to avoid false-positives

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    727344d View commit details
    Browse the repository at this point in the history
  13. Fix bug in make test-doc

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    e9c07c9 View commit details
    Browse the repository at this point in the history
  14. Add commons/decorators

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    39aa617 View commit details
    Browse the repository at this point in the history
  15. Fix commons/dummy doctests

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    757c008 View commit details
    Browse the repository at this point in the history
  16. Fix commons/formulas doctests

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    a75f836 View commit details
    Browse the repository at this point in the history
  17. Fix commons/rates doctests

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    cc8b623 View commit details
    Browse the repository at this point in the history
  18. Fix commons/misc doctests

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    54a8706 View commit details
    Browse the repository at this point in the history
  19. Add doc to commons module

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    0025f89 View commit details
    Browse the repository at this point in the history
  20. Delete redundant tests

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    6578561 View commit details
    Browse the repository at this point in the history
  21. Improve wording in the commons module

    Co-authored-by: Matti Schneider <[email protected]>
    Mauko Quiroga and MattiSG committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    949188c View commit details
    Browse the repository at this point in the history
  22. Remove deprecation expiration

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    e96dd46 View commit details
    Browse the repository at this point in the history
  23. Remove decorators

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    6eb0bdf View commit details
    Browse the repository at this point in the history
  24. Add doc checks to setup.cfg

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    37f1cdc View commit details
    Browse the repository at this point in the history
  25. Adapt coverage config

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    7ce2ccc View commit details
    Browse the repository at this point in the history
  26. Add explanation to checks in Makefile

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    7f15099 View commit details
    Browse the repository at this point in the history
  27. Remove unnecessary ellipsis

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b215b30 View commit details
    Browse the repository at this point in the history
  28. Rollback commons module doc

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    e2e1fe9 View commit details
    Browse the repository at this point in the history
  29. Rollback dummy doc

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    851b770 View commit details
    Browse the repository at this point in the history
  30. Rollback formulas doc

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    778655d View commit details
    Browse the repository at this point in the history
  31. Rollback misc doc

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    fa398aa View commit details
    Browse the repository at this point in the history
  32. Rollback rates doc

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    21de681 View commit details
    Browse the repository at this point in the history
  33. Rollback mypy update

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    f3b5ed3 View commit details
    Browse the repository at this point in the history
  34. Rollback add types

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    f0d1b96 View commit details
    Browse the repository at this point in the history
  35. Remove typing extensions

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    1577293 View commit details
    Browse the repository at this point in the history
  36. Apply suggestions from code review

    Co-authored-by: Matti Schneider <[email protected]>
    2 people authored and Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    f70e66f View commit details
    Browse the repository at this point in the history
  37. Bump patch to 35.5.4

    Mauko Quiroga committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    8e8efe4 View commit details
    Browse the repository at this point in the history