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

Add Regexp Matcher #7

Merged
merged 2 commits into from
Sep 10, 2020
Merged

Add Regexp Matcher #7

merged 2 commits into from
Sep 10, 2020

Conversation

noseglid
Copy link
Member

@noseglid noseglid commented Sep 7, 2020

Adds a matcher which takes a string to interpreted as a regular
expression accoring to the regexp package.

This can be useful when the string might vary depending on factors that
are outside of the testers control (or simply not worth the effort of
taking control over) such as a timestamp.

@noseglid noseglid requested a review from a team September 7, 2020 08:45
Adds a matcher which takes a string to interpreted as a regular
expression accoring to the [regexp][1] package.

This can be useful when the string might vary depending on factors that
are outside of the testers control (or simply not worth the effort of
taking control over) such as a timestamp.

[1]: https://golang.org/pkg/regexp/
@coveralls
Copy link

coveralls commented Sep 7, 2020

Pull Request Test Coverage Report for Build 34

  • 14 of 14 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 31: 0.0%
Covered Lines: 55
Relevant Lines: 55

💛 - Coveralls

@noseglid noseglid merged commit ec80d44 into master Sep 10, 2020
@noseglid noseglid deleted the regexp-matcher branch September 10, 2020 05:44
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.

None yet

3 participants