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

merge v1.6.0 into master #78

Merged
merged 16 commits into from
Nov 3, 2021
Merged

merge v1.6.0 into master #78

merged 16 commits into from
Nov 3, 2021

Conversation

bxparks
Copy link
Owner

@bxparks bxparks commented Nov 3, 2021

  • 1.6.0 (2021-11-02)
    • Add TestRunner::includesub(word) and TestRunner::excludesub(word)
      which includes or excludes tests based on the substring match on the
      word.
    • Call excludeAll() if the first filtering request is an include() or
      includesub().
      • Otherwise, the first include request does not do anything.
    • Add command line flags and arguments when compiled under EpoxyDuino.
      See Command Line Flags and
      Arguments
      in the README.md for
      full details. Fixes
      Issue#76.
      • --include pattern,...
        • Calls TestRunner::include(pattern) on each pattern in the
          comma-separated list.
      • --exclude pattern,...
        • Calls TestRunner::exclude(pattern) on each pattern in the
          comma-separated list.
      • --includesub substring,...
        • Calls TestRunner::includesub(substring) on each substring in
          the comma-separated list.
      • --excludesub substring,...
        • Calls TestRunner::excludesub(substring) on each substring in
          the comma-separated list.
      • substring ...
        • Any remaining space-separated list of words are processed
          using TestRunner::includesub(substring).

bxparks added 16 commits August 27, 2021 11:24
…tering command is an include() or includesub() (see #76)
@bxparks bxparks merged commit 65df58b into master Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant