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: do not require flags when executing a file #26858

Closed
wants to merge 6 commits into from

Commits on Mar 22, 2019

  1. test: do not require flags when executing a file

    Instead of throwing an error in case a flag is missing, just start
    a `child_process` that includes all flags. This improves the situation
    for all developers in case they want to just plainly run a test.
    
    Co-authored-by: Rich Trott <rtrott@gmail.com>
    BridgeAR and Trott committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    e51d722 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

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

Commits on Mar 26, 2019

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

Commits on Mar 27, 2019

  1. test: move hasCrypto check

    The hasCrypto check should be checked before anything else to
    prevent overhead in case it's not falsy. Otherwise the file would
    be read without any further benefit.
    BridgeAR committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    9a8748c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cda4a8c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

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