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 constant cover expressions to minitest #1204

Merged
merged 2 commits into from
Jan 4, 2021

Conversation

mbj
Copy link
Owner

@mbj mbj commented Jan 4, 2021

No description provided.

@mbj mbj force-pushed the add/minitest-const-cover-expressions branch 2 times, most recently from ab6a32f to 4046339 Compare January 4, 2021 00:34
@mbj mbj self-assigned this Jan 4, 2021
@mbj mbj force-pushed the add/minitest-const-cover-expressions branch 2 times, most recently from 1ae9526 to 246756b Compare January 4, 2021 00:44
@@ -35,7 +35,8 @@ To add mutant to your minitest code base you need to:

```ruby
class YourLibrarySomeClassTest < YourTestBaseClass
cover 'YourLibrary::SomeClass*' # tells mutant which subjects this tests should cover
cover YourLibrary::SomeClass # tells mutant which subjects this tests should cover
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pawelpacana I hope this makes sense for many of your use cases?

@mbj mbj force-pushed the add/minitest-const-cover-expressions branch from 246756b to 643378b Compare January 4, 2021 01:22
@mbj mbj force-pushed the add/minitest-const-cover-expressions branch from 643378b to d37b962 Compare January 4, 2021 01:40
@mbj mbj merged commit db75441 into master Jan 4, 2021
@mbj mbj deleted the add/minitest-const-cover-expressions branch January 4, 2021 01:50
@mbj mbj mentioned this pull request Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants