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

Make test short 20210408 #155

Merged
merged 2 commits into from
Apr 9, 2021
Merged

Commits on Apr 8, 2021

  1. Create envvar NYTPROF_TEST_SHORT

    When set in environment, will cause only 1 of (generally) 8
    options-combinations to be run, thereby speeding up a run of 'make test'
    during development.  TODO:  transform this into a 'make' target.
    jkeenan committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    6b5f7bc View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Create new 'make' target: test_short

    This will set envvar NYTPROF_TEST_SHORT and cause only one combination
    to run within run_test_group().
    jkeenan committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    918ef7a View commit details
    Browse the repository at this point in the history