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

Fix example matching for VSTest #528

Merged
merged 2 commits into from
Jun 15, 2018

Commits on Jun 15, 2018

  1. Configuration menu
    Copy the full SHA
    4fd54e2 View commit details
    Browse the repository at this point in the history
  2. Add matching of VSTest _Variant results.

    Implements the VsTestScenarioOutlineExampleMatcher to detect _Variant style examples.
    These occur when there are examples which contain characters that are illegal for method names,
    or when examples contain duplicate values in the first column.
    
    Fixes picklesdoc#507
    jvandertil committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    33bb2c7 View commit details
    Browse the repository at this point in the history