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

Improve reporting of unmatched filters #1684

Merged
merged 14 commits into from
Aug 6, 2019
Merged

Commits on Jul 7, 2019

  1. Add mechanism to report unmatched TestSpec filters

    This bug/feature request was reported in issue catchorg#1449. The new behaviour
    is to collect a list of matches per filter, and call the reporter's
    noMatchingTestCases if a filter has zero matches. Also, a non-zero exit
    code (2) is now returned if the option "-w NoTests" is active.
    sfranzen committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    f5ed028 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Replace runTests function with TestGroup class

    It has been renamed from TestSet to be more similar to the naming used
    by the Context class.
    sfranzen committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    52ba687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6663e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

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

Commits on Jul 21, 2019

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

Commits on Jul 23, 2019

  1. Build set using insert instead of std::copy

    Co-Authored-By: Martin Hořeňovský <martin.horenovsky@gmail.com>
    sfranzen and horenmar committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    59dc521 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

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

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    c227760 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f09aa80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e537e93 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Test for tag filter output

    horenmar committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    b0d13d6 View commit details
    Browse the repository at this point in the history
  2. Fixup the test a bit

    horenmar committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    ef9e8b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

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