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

Transform require_numba decorator into a global variable #245

Merged
merged 4 commits into from
Sep 13, 2021

Commits on Sep 8, 2021

  1. Transform require_numba decorator into a variable

    The require_numba as a function wrappers makes it hard to use
    pytest.mark.parametrize on test functions. Following pytest
    documentation, it's better to define custom decorators as global
    variables.
    santisoler committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    e27620e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c298eaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08fbbbc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    22c9590 View commit details
    Browse the repository at this point in the history