issues
search
rubocop
/
rubocop-minitest
Code style checking for Minitest files.
https://docs.rubocop.org/rubocop-minitest
MIT License
144
stars
44
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix broken test in master
#325
dvandersluis
closed
3 weeks ago
0
Replace `EnsureNode.body` with `EnsureNode.branch`
#324
dvandersluis
opened
3 weeks ago
1
Add `{Assert,Refute}Match` `OnlyRegexpLiteral` config
#323
sambostock
opened
2 months ago
0
Check for assertion method receiver - fixes #321
#322
MatzFan
opened
2 months ago
4
MultipleAssertions false positive with 'look-alike' assertion methods
#321
MatzFan
opened
2 months ago
0
[Enhancement] Add cop for test class name
#320
MatzFan
opened
2 months ago
0
[Bug] Minitest/Assert* having conflicts with Rails/RefuteMethods policy
#319
bogdan
opened
2 months ago
6
Enable `InternalAffairs/UndefinedConfig`
#318
Earlopain
closed
3 months ago
0
Fix an error for `Minitest/MultipleAssertions` when using for-style loops
#317
Earlopain
closed
3 months ago
1
Fix an error for `Minitest/SkipEnsure` when only `ensure` has a body
#316
Earlopain
closed
3 months ago
1
Support `include?` aliases in `Minitest/AssertIncludes`?
#315
vlad-pisanov
opened
3 months ago
0
Tests using AssertOffense should Fail with a usable message if the relevant cop is not defined
#314
brandoncc
closed
3 months ago
1
Minitest/AssertTruthy should not be enabled by default
#313
MatzFan
closed
4 months ago
2
Minitest/TestMethodName false negative
#312
MatzFan
closed
4 months ago
4
Suppress deprecation warning for `Minitst/MultipleAssertions`
#311
koic
closed
4 months ago
0
`AssertMatch`/`RefuteMatch` autofix can be incorrect
#310
movermeyer
opened
6 months ago
1
Fix readme CI badge
#309
Earlopain
closed
6 months ago
0
Make `UselssAssertion` autocorrect `contextual`
#308
Earlopain
closed
8 months ago
6
Make `AssertOffense` support `assert_no_corrections`
#307
koic
closed
8 months ago
0
Remove a workaround for older RuboCop versions
#306
Earlopain
closed
9 months ago
0
Fix flaky testing for `Minitst/MultipleAssertions`
#305
koic
closed
9 months ago
0
Support Prism as a Ruby parser
#304
koic
closed
9 months ago
0
Require RuboCop 1.61 to use `AutoCorrect: Contextual`
#303
koic
closed
9 months ago
0
[Fix #301] Add new Minitest/Focus cop
#302
jaredmoody
closed
9 months ago
8
New cop suggestion: detect focussed tests
#301
gravitystorm
closed
9 months ago
0
Fix an error for `Minitest/AssertEmptyLiteral` when only passing an empty literal
#300
Earlopain
closed
10 months ago
1
Fix an error for `Style/UselessAssertion` when passing a single argument to methods to accept two arguments
#299
Earlopain
closed
10 months ago
1
`AssertKindOf`: also replace `is_a?` as well
#298
amomchilov
closed
10 months ago
4
Skip pattern matching tests when running on older versions of Rubocop
#297
G-Rath
closed
9 months ago
6
Don't use `test-queue` to run tests on JRuby because it doesn't support `fork`
#296
G-Rath
closed
11 months ago
1
Raise an exception if tests or changelog generation fails
#294
G-Rath
closed
11 months ago
1
[Fix #292] ensure all kinds of assignments are correctly handled when counting assertions
#293
G-Rath
closed
11 months ago
1
Error running Minitest/MultipleAssertions
#292
tomhughes
closed
11 months ago
2
Nested classes with destructuring make `Minitest/MultipleAssertions` to fail
#295
cmolina
closed
11 months ago
2
[Fix #289] count asserts within blocks for assignments
#291
G-Rath
closed
11 months ago
1
[Fix #289] don't count assertions twice when their return value is being assigned
#290
G-Rath
closed
11 months ago
1
Minitest/MultipleAssertions counts assignments of assertion method returns twice
#289
G-Rath
closed
11 months ago
0
[Fix #287] don't error on empty blocks when linting `assert_raises`
#288
G-Rath
closed
11 months ago
2
Minitest/AssertRaisesCompoundBody cannot handle an empty block
#287
G-Rath
closed
11 months ago
0
CI against Ruby 3.3
#286
koic
closed
11 months ago
0
[Fix #283] Fix an error for `Minitest/MultipleAssertions`
#285
koic
closed
11 months ago
0
Minitest/MultipleAssertions error
#284
broksonic21
closed
11 months ago
5
Minitest/MultipleAssertions Error with Conditional Assignment Operator
#283
unused
closed
11 months ago
2
[Fix #281] Fix an error when assigning a value to an object attribute
#282
koic
closed
11 months ago
0
Regression in 0.34.0, minitest_exploration_helpers.rb:103:in `assertion_method?'
#281
faisal
closed
11 months ago
2
[Fix #279] Add new `Minitest/NonExecutableTestMethod` cop
#280
koic
closed
11 months ago
1
`test_*` method out of `ActiveSupport::TestCase` subclasses
#279
yahonda
closed
11 months ago
7
Make the RuboCop::Minitest::Test suite re-usable by gem consumers
#278
DougEdey
opened
1 year ago
5
Migrate to GitHub Actions from CircleCI
#277
koic
closed
1 year ago
0
Enhance `AssertSame`/`RefuteSame` to check for `object_id` comparison
#276
fatkodima
closed
1 year ago
1
Next