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

./x.py test should be able to run individual tests #49729

Merged
merged 2 commits into from
May 10, 2018

Commits on May 7, 2018

  1. ./x.py test should be able to run individual tests

    trim and pass relative test paths as test-args
    
    use collect for getting test_args
    
    move suite_path to ShouldRun and make Option
    
    append existing args to test_args
    
    use enum for PathSet
    
    handle Suites differently from Paths
    
    Error out if part of test suite but not file
    
    refactor, make requested changes
    collin5 authored and Collins Abitekaniza committed May 7, 2018
    Configuration menu
    Copy the full SHA
    41ee6fe View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. ignore test-args if user specifies suite_path

    Collins Abitekaniza committed May 9, 2018
    Configuration menu
    Copy the full SHA
    2f8c2a9 View commit details
    Browse the repository at this point in the history